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/fileshow.php | |
| parent | 87174e13a8aa064f6d00ef9248da9938ea4978f6 (diff) | |
Deleted file
Diffstat (limited to 'html/fileshow.php')
| -rw-r--r-- | html/fileshow.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/html/fileshow.php b/html/fileshow.php deleted file mode 100644 index ded131d6..00000000 --- a/html/fileshow.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - require('functions.php3'); - require('elispmarkup.php3'); - $filename=$HTTP_GET_VARS["file"]; - $title=$HTTP_GET_VARS["title"]; - $expanded=$HTTP_GET_VARS["expanded"]; - fileshowmarkup($file,$title,$expanded); -?> |
