]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phppages/foto.php
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phppages / foto.php
diff --git a/phppages/foto.php b/phppages/foto.php
deleted file mode 100755 (executable)
index 0ad6a1b..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
-<head>
-   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15" />
-   <meta name="author" content="Frederik Vanrenterghem" />
-   <meta NAME="Description" CONTENT="Personal homepage - Picture" />
-   <title>http://frederik.gotdns.org:1976 - Picture</title>
-<link rel='stylesheet' href='/styles/header.css' type='text/css' />
-<link rel='stylesheet' href='/styles/main.css' type='text/css' />
-</head>
-<body>
-<?php
-
-// Define the variables
-
-$ROOT="/home/www";
-
-// Print the header
-printf("<!--HEADER-->\n");
-include $ROOT."/header.shtml";
-
-// Print the page title
-printf("<p><br />\n");
-printf("<img src=$_GET[BASE]$_GET[foto]>\n\n");   
-printf("</p><p><a href=$_GET[BASE]/index.shtml>Back to index page.</a>");
-
-// Print the footer
-printf("<!--FOOTER-->\n");
-include $ROOT."/footer.php";
-?>
-
-</body>
-</html>