diff --git a/oldindex.php b/oldindex.php deleted file mode 100644 index c037ba7..0000000 --- a/oldindex.php +++ /dev/null @@ -1,60 +0,0 @@ - -
- - - - - - - - - - - - - - - - - -
username - 30 char limit -
message - -
image URL - -
action - -
-
-
-
-"; - echo "# ".$res['PostID']." "; - if(empty($res['Username'])) { - echo "Anonymous"; - } else { - echo "".$res['Username'].""; - } - echo " "; - if($_SERVER["HTTP_X_FORWARDED_FOR"] == $res["IP"]) { - echo "(you) "; - } - /*echo "
";*/ - echo "".$res['Time']."
"; - /*echo "
";*/ - if(! empty($res['ImageURL'])) { - echo "
"; - } - echo "".htmlspecialchars($res['Message']).""; - echo "
"; -} -?> - -