forgot php

master
Jakob 2020-03-08 17:06:15 +01:00
parent cacdbb2950
commit 3095309120
1 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,4 @@
<?php <?php
%REQUIRE_LOGIN% %REQUIRE_LOGIN%
echo "<section><form action='%CONTENT_DIR%/board/?id=$id&action=submit' method='post'><input type='text' name='title' maxlength='128' placeholder='Title'/><input type='text' name='content' maxlength='65535' placeholder='You can contribute to the conversation here. Tell us your story in up to 65535 characters...'/><input type='submit' value="Post'></form></section>"
?> ?>
<section>
<form action="%CONTENT_DIR%/board/?id=$id&action=submit" method="post">
<input type="text" name="title" maxlength="128" placeholder="Title"/>
<input type="text" name="content" maxlength="65535" placeholder="You can contribute to the conversation here. Tell us your story in up to 65535 characters..."/>
<input type="submit" value="Post">
</form>
</section>