From b9caaa8e4b66817dbc66d0e79b567b3285869fea Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 7 Feb 2004 19:31:13 +0000 Subject: Deleted file --- html/counter.php3 | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 html/counter.php3 (limited to 'html/counter.php3') diff --git a/html/counter.php3 b/html/counter.php3 deleted file mode 100644 index 0ea4593d..00000000 --- a/html/counter.php3 +++ /dev/null @@ -1,50 +0,0 @@ -"; - } else { - print ""; - }; - } else { - $num = fgets($fp,$maxlen); - $num += 1; - print ""; - }; - rewind($fp); - fputs($fp,$num); - fclose($fp); -} else { - print ""; -}; -?> - -- cgit v1.2.3