comparison cache_check.inc @ 21:5dc5cc27471d

Get correct filename for script cache_time check.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Wed, 19 Sep 2012 16:12:42 +0200
parents ee2c31392ea3
children ccfddd7fba1b
comparison
equal deleted inserted replaced
20:ac24b41a12ad 21:5dc5cc27471d
27 function include_with_mtime($path) { 27 function include_with_mtime($path) {
28 cache_time($path); 28 cache_time($path);
29 include($path); 29 include($path);
30 } 30 }
31 31
32 cache_time('php/cache_check.inc'); 32 cache_time(__FILE__);
33 ?> 33 ?>