aboutsummaryrefslogtreecommitdiff
path: root/html/htmlshow.phtml
diff options
context:
space:
mode:
authorDavid Aspinall1999-06-30 13:50:48 +0000
committerDavid Aspinall1999-06-30 13:50:48 +0000
commit35642157dc5b17bb06f803189ab9c7dff01c7425 (patch)
tree77090a2927e11d2db14c87ab82b4dc255a3ecbe9 /html/htmlshow.phtml
parentaf6dbb36ead642ca9ea346fbb6ac18d980280704 (diff)
Simple hit counter
Diffstat (limited to 'html/htmlshow.phtml')
-rw-r--r--html/htmlshow.phtml13
1 files changed, 1 insertions, 12 deletions
diff --git a/html/htmlshow.phtml b/html/htmlshow.phtml
index 8f6788f0..d9cb8b46 100644
--- a/html/htmlshow.phtml
+++ b/html/htmlshow.phtml
@@ -1,16 +1,5 @@
<?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();
+ hack_html($file,$title);
footer();
-*/
?>