diff index.php @ 38:42533600214b

Rename cache_check.inc to CacheTimeCheck.inc. Proper caching in flag.php.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 04 Oct 2012 22:07:19 +0200
parents 511b6514823f
children bd82b719a0de
line wrap: on
line diff
--- a/index.php	Thu Oct 04 21:30:57 2012 +0200
+++ b/index.php	Thu Oct 04 22:07:19 2012 +0200
@@ -15,7 +15,7 @@
 
 $cacheable = true;
 
-include_once 'php/cache_check.inc';
+include_once 'php/CacheTimeCheck.inc';
 
 $cache = new CacheTimeCheck(filemtime(__FILE__));
 $cache->includeOnce('php/Options.inc');