„threadr/board/post.php“ ändern

master
Jakob 2020-03-08 03:43:09 +01:00
parent 2e1b28224f
commit 85db649549
1 changed files with 6 additions and 23 deletions

View File

@ -1,23 +1,6 @@
<?php
session_start();
%SET_LOGIN_VARIABLE%
%NO_CHEAP_SESSION_STEALING%
%PLEAZE_NO_CACHE%
$id=$_GET['id'];
?>
<!DOCTYPE html>
<html>
<head>
<p></p>
%STYLESHEET%
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
</head>
<body class="iframe">
<div class="form">
<form action="%CONTENT_DIR%/board/submit.php" method="post">
<input type="text" name="post" 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>
</div>
</body>
</html>
<div class="form">
<form action="%CONTENT_DIR%/board/submit.php" method="post">
<input type="text" name="post" 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>
</div>