2012-08-21, 01:28:45
heres a quick fix, I don't think that code was working as expected though, since it was already checking for admin path. true or false or true != false
If it was it was because of a subsequent bug.
If it was it was because of a subsequent bug.
Code:
zip.php #46
if (( strstr($dir, $GSADMIN.DIRECTORY_SEPARATOR ) || strstr($dir, 'backups'.DIRECTORY_SEPARATOR ) ) and !strstr($dir, $GSADMIN.DIRECTORY_SEPARATOR.'lang'.DIRECTORY_SEPARATOR) ) {