diff options
Diffstat (limited to 'html/htmlshow.phtml')
| -rw-r--r-- | html/htmlshow.phtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/html/htmlshow.phtml b/html/htmlshow.phtml new file mode 100644 index 00000000..8f6788f0 --- /dev/null +++ b/html/htmlshow.phtml @@ -0,0 +1,16 @@ +<?php + require('functions.php3'); + $filename=$HTTP_GET_VARS["file"]; + $title=$HTTP_GET_VARS["title"]; + $type=$HTTP_GET_VARS["type"]; + if ($title=="") { $title = $filename; }; +/* small_header($title); */ + +/* print "<p><pre>\n"; */ + hack_html($filename); +/* print "</pre></p>\n"; + print "<hr>"; + click_to_go_back(); + footer(); +*/ +?> |
