diff options
| author | David Aspinall | 2004-02-07 19:31:13 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-02-07 19:31:13 +0000 |
| commit | b9caaa8e4b66817dbc66d0e79b567b3285869fea (patch) | |
| tree | c5420dac1aa1afc28168867ca5cc9c610a46399e /html/htmlshow.php | |
| parent | 87174e13a8aa064f6d00ef9248da9938ea4978f6 (diff) | |
Deleted file
Diffstat (limited to 'html/htmlshow.php')
| -rw-r--r-- | html/htmlshow.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/html/htmlshow.php b/html/htmlshow.php deleted file mode 100644 index 915aac6f..00000000 --- a/html/htmlshow.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - require('functions.php3'); - 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 { - hack_html($file,$title); - } - footer(); -?> |
