test
parent
b7aa05b9ff
commit
8642251e01
|
@ -1 +1,21 @@
|
||||||
lorem ipsum
|
<?php
|
||||||
|
session_start();
|
||||||
|
%NO_CHEAP_SESSION_STEALING%
|
||||||
|
%PLEAZE_NO_CACHE%
|
||||||
|
$navbar="boards";
|
||||||
|
$id=$_GET['id'];
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<p></p>
|
||||||
|
%STYLESHEET%
|
||||||
|
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<?php
|
||||||
|
echo "<p>$_SESSION['id']</p>";
|
||||||
|
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>";
|
||||||
|
?>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue