mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Version 3.1.23
This commit is contained in:
@@ -618,7 +618,8 @@ class task_archive extends phraseatask
|
||||
|
||||
function isIgnoredFile($f)
|
||||
{
|
||||
return($f=='.' || $f=='..' || $f=='Thumbs.db' || $f=='par-SYSTEM' || substr($f, 0, 10)=='.com.apple');
|
||||
$f = strtolower($f);
|
||||
return(($f[0]=='.' && $f != '.phrasea.xml' && $f != '.grouping.xml') || $f=='thumbs.db' || $f=='par-system');
|
||||
// return(substr($f,0,1)=='.' || $f=='Thumbs.db' || $f=='par-SYSTEM');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user