diff options
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"); |