diff -r 506a7e0fb106 -r 5e2d1514ccd0 htdocs/index.php
--- a/htdocs/index.php Sat Oct 11 23:09:13 2008 +0000
+++ b/htdocs/index.php Sat Oct 11 20:28:32 2008 -0400
@@ -26,7 +26,7 @@
change]
';
- echo 'The time now is ' . date('H:i:s') . '.
Statistics last written to disk at ' . date('H:i:s', filemtime('../stats-data.php')) . '.';
+ echo 'The time now is ' . date('H:i:s') . '.
Statistics last written to disk at ' . date('H:i:s', stats_last_updated()) . '.';
?>