changed files to more updated version
This commit is contained in:
7
dev_mvc/view/webcontent/content_createthread.php
Normal file
7
dev_mvc/view/webcontent/content_createthread.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<form action="./" method="post">
|
||||
<input type="text" placeholder="Title" name="title"><br>
|
||||
<textarea placeholder="post content" name="content"></textarea><br>
|
||||
<input type="submit" value="Create Thread">
|
||||
<input type="hidden" name="board" value="<?= isset($_GET['board']) ? $_GET['board'] : "-1" ?>">
|
||||
<input type="hidden" name="action" value="create_thread">
|
||||
</form>
|
||||
Reference in New Issue
Block a user