aboutsummaryrefslogtreecommitdiff
path: root/html/fileshow.php
diff options
context:
space:
mode:
authorDavid Aspinall2004-02-07 19:31:13 +0000
committerDavid Aspinall2004-02-07 19:31:13 +0000
commitb9caaa8e4b66817dbc66d0e79b567b3285869fea (patch)
treec5420dac1aa1afc28168867ca5cc9c610a46399e /html/fileshow.php
parent87174e13a8aa064f6d00ef9248da9938ea4978f6 (diff)
Deleted file
Diffstat (limited to 'html/fileshow.php')
-rw-r--r--html/fileshow.php8
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);
-?>