aboutsummaryrefslogtreecommitdiff
path: root/html/smallpage.php
diff options
context:
space:
mode:
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();
-?>