created feed.php
parent
8209d072e6
commit
c3c9a01dd5
|
@ -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>
|
Loading…
Reference in New Issue