From 128541619e9a653972eb917b924a64598a52a06d Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Sat, 30 Jan 2016 00:38:13 +0100 Subject: force cache flush --- itjs.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs.class') diff --git a/itjs.class b/itjs.class index 22fd646..9b6cee0 100644 --- a/itjs.class +++ b/itjs.class @@ -203,7 +203,7 @@ static function checksum($fnlist, $p = array()) if ($filenames && $p['short_expire'] && (time() - max(@array_map('filemtime', $filenames)) < 60)) return "-"; # trigger short expire, our file may not yet be up to date on other slaves else if ($filenames) - return it_cache::get($key) ?: it_cache::put($key, substr(md5(self::filecontents($filenames)), 0, 10), array('ttl' => 60)); + return it_cache::get($key) ?: it_cache::put($key, substr(md5("X" . self::filecontents($filenames)), 0, 10), array('ttl' => 60)); } /** -- cgit v1.2.3