diff options
| author | David Aspinall | 1999-06-30 13:50:48 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-06-30 13:50:48 +0000 |
| commit | 35642157dc5b17bb06f803189ab9c7dff01c7425 (patch) | |
| tree | 77090a2927e11d2db14c87ab82b4dc255a3ecbe9 /html/htmlshow.phtml | |
| parent | af6dbb36ead642ca9ea346fbb6ac18d980280704 (diff) | |
Simple hit counter
Diffstat (limited to 'html/htmlshow.phtml')
| -rw-r--r-- | html/htmlshow.phtml | 13 |
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(); -*/ ?> |
