]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - cgi-bin/foto.php~
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / cgi-bin / foto.php~
diff --git a/cgi-bin/foto.php~ b/cgi-bin/foto.php~
deleted file mode 100755 (executable)
index 2008a5b..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>
-</HEAD>
-<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
-<?php
-
-// Define the variables
-
-$ROOT="/www";
-$BASE="/Pictures/20030111_Timber/";
-if(!isset($foto)){$foto="";}
-
-// Print the header
-printf("<!--HEADER-->\n");
-include $ROOT."/header.shtml";
-
-// Print the page title
-printf("<P><BR>\n");
-printf("<img src=$BASE$foto>\n\n");   
-printf("</P><P><A HREF=$BASE/index.shtml>Back to index page.</A>");
-
-// Print the footer
-printf("<!--FOOTER-->\n");
-include $ROOT."/footer.php";
-?>
-
-</BODY>
-</HTML>
\ No newline at end of file