]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phppages/fotobiz.php
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phppages / fotobiz.php
diff --git a/phppages/fotobiz.php b/phppages/fotobiz.php
deleted file mode 100755 (executable)
index 075b619..0000000
+++ /dev/null
@@ -1,34 +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 TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
-<?php
-
-// Define the variables
-
-$ROOT="/home/www";
-if(!isset($BASE)){$BASE=$_GET['BASE'];}
-if(!isset($foto)){$foto=$_GET['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>