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