aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/smallpage.php
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-02-07 19:31:13 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-02-07 19:31:13 +0000
commitb9caaa8e4b66817dbc66d0e79b567b3285869fea (patch)
treec5420dac1aa1afc28168867ca5cc9c610a46399e /html/smallpage.php
parent87174e13a8aa064f6d00ef9248da9938ea4978f6 (diff)
Deleted file
Diffstat (limited to 'html/smallpage.php')
-rw-r--r--html/smallpage.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/html/smallpage.php b/html/smallpage.php
deleted file mode 100644
index ef165c6d..00000000
--- a/html/smallpage.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
- require('functions.php3');
- small_header($title);
- if (substr($file,0,1)=="." or
- substr($file,0,1)=="/" or
- substr($file,0,1)=="~") {
- print "Sorry, can't show you that file!\n";
- } else {
- include($file);
- }
- footer();
-?>