threadr.lostcave.ddnss.de/threadr/board/post.php

23 lines
605 B
PHP
Raw Normal View History

2020-03-07 20:18:56 +01:00
<?php
session_start();
%NO_CHEAP_SESSION_STEALING%
%PLEAZE_NO_CACHE%
$id=$_GET['id'];
?>
2020-03-07 19:06:22 +01:00
<!DOCTYPE html>
<html>
<head>
<p></p>
%STYLESHEET%
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
</head>
<body>
<div class="form">
2020-03-07 20:18:56 +01:00
<form action="%CONTENT_DIR%/board/submit.php" method="post">
2020-03-07 19:06:22 +01:00
<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>