yes
parent
70645db854
commit
91fc7c9df5
|
@ -1,3 +1,9 @@
|
|||
<?php
|
||||
session_start();
|
||||
%NO_CHEAP_SESSION_STEALING%
|
||||
%PLEAZE_NO_CACHE%
|
||||
$id=$_GET['id'];
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -7,7 +13,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="form">
|
||||
<form action="%CONTENT_DIR%/boards/post.php" method="post">
|
||||
<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>
|
Loading…
Reference in New Issue