diff options
author | Christian Helbling | 2019-11-07 14:29:40 +0100 |
---|---|---|
committer | Christian Helbling | 2019-11-07 14:29:40 +0100 |
commit | c9f3d551e1cc6a8fcee8df4b2286c9dda78a7b72 (patch) | |
tree | f6dce8d56b35975aa5dc8b276723978ac89530f2 | |
parent | 0188f31272910cec24607d45e3e321b532b728ae (diff) | |
download | itools-c9f3d551e1cc6a8fcee8df4b2286c9dda78a7b72.tar.gz itools-c9f3d551e1cc6a8fcee8df4b2286c9dda78a7b72.tar.bz2 itools-c9f3d551e1cc6a8fcee8df4b2286c9dda78a7b72.zip |
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
-rw-r--r-- | itjs.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); } /** |