„threadr/board/board.php“ ändern

master
Jakob 2020-03-08 03:34:30 +01:00
parent be2d412be8
commit c6dd9a49a9
1 changed files with 12 additions and 29 deletions

View File

@ -1,18 +1,3 @@
<?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">
<section>
<h1>Lorem ipsum</h1>
<article>
@ -25,5 +10,3 @@ $id=$_GET['id'];
</div>
</article>
</section>
</body>
</html>