diff options
| author | David Aspinall | 2001-09-09 17:54:22 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-09-09 17:54:22 +0000 |
| commit | 4774e8e4c1284eb1adb4e992e9b57b00d5e9157f (patch) | |
| tree | 9436e24c0b008af0b0dbd7f2d679b01645e5af50 /html/hits.html | |
| parent | 86c0afef58939aabd968494329d8689cf3b8a3fc (diff) | |
Renamed file
Diffstat (limited to 'html/hits.html')
| -rw-r--r-- | html/hits.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/html/hits.html b/html/hits.html deleted file mode 100644 index 6d5c2be6..00000000 --- a/html/hits.html +++ /dev/null @@ -1,26 +0,0 @@ -<?php - $counterFile = "counter.txt"; - $counterStart = "counterstart.txt"; - $maxlen=10; - require('functions.php3'); - small_header("Hit counter"); - print "<p>"; - if (is_readable($counterFile)) { - print "These pages have been accessed "; - readfile($counterFile); - print " times "; - if (is_readable($counterStart)) { - $fp=fopen($counterStart,"r"); - $start=fgets($fp,20); - print "since "; - print strftime("%d %B %Y",$start); - print ".\n"; - } else { - print "<br>\n(could not access time stamp file $counterStart)\n"; - }; - } else { - echo "Could not access hit counter file $counterFile\n"; - }; - print "</p>"; - footer(); -?> |
