created feed.php

master
Jakob 2020-03-07 20:22:00 +01:00
parent 8209d072e6
commit c3c9a01dd5
1 changed files with 19 additions and 0 deletions

19
threadr/board/feed.php Normal file
View File

@ -0,0 +1,19 @@
<?php
session_start();
%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>
<?php
echo "<p>EPIC FEED</p>";
?>
</body>
</html>