From c9f3d551e1cc6a8fcee8df4b2286c9dda78a7b72 Mon Sep 17 00:00:00 2001 From: Christian Helbling Date: Thu, 7 Nov 2019 14:29:40 +0100 Subject: change all itjs cache urls - we've got some weird problems reported which might be caused by requests that accidentially still route to oerlikon, maybe this helps --- itjs.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs.class') diff --git a/itjs.class b/itjs.class index c7db13a..1cc96b1 100644 --- a/itjs.class +++ b/itjs.class @@ -189,7 +189,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("X" . self::filecontents($filenames) . $additional), 0, 10), array('ttl' => 60)); + return it_cache::get($key) ?: it_cache::put($key, substr(md5("cloun" . self::filecontents($filenames) . $additional), 0, 10), array('ttl' => 60)); } /** -- cgit v1.2.3