diff options
author | Christian Schneider | 2020-05-13 11:54:53 +0200 |
---|---|---|
committer | Christian Schneider | 2020-05-13 11:54:53 +0200 |
commit | 5305027ef31613e98d284cdb779310613a4e71c7 (patch) | |
tree | 7242412c6667345e15b902ecd4306deac249b2d3 /itjs.class | |
parent | 86786178c0bca29d05b4afc8799633dfb23fc842 (diff) | |
download | itools-5305027ef31613e98d284cdb779310613a4e71c7.tar.gz itools-5305027ef31613e98d284cdb779310613a4e71c7.tar.bz2 itools-5305027ef31613e98d284cdb779310613a4e71c7.zip |
Retire alert as we only see sporadic false positives of old cached html files now
Diffstat (limited to 'itjs.class')
-rw-r--r-- | itjs.class | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -69,10 +69,7 @@ static function filenames($filelist) foreach (it::match("[-\w.=?&]+", basename($filelist), array('all' => true)) as $file) # split by comma but ignore illegal chars { if ($deprecated[$file]) - { - it::error([ 'title' => "Deprecated itjs file '$file' used", 'to' => 'schneider@search.ch' ]); continue; - } $filenames = $special[$file] ?: (file_exists("$local/" . it::match('^[^?]*', $file)) ? "$local/$file" : "$libsearch/itjs/$file"); |