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, 8 insertions, 0 deletions
diff --git a/html/fileshow.php b/html/fileshow.php
new file mode 100644
index 00000000..ded131d6
--- /dev/null
+++ b/html/fileshow.php
@@ -0,0 +1,8 @@
+<?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);
+?>