Validating error message for function "chmod" when is in the disable_functions list
This commit is contained in:
@@ -4804,7 +4804,7 @@ class G
|
||||
} else {
|
||||
//first a raw permission check
|
||||
if(fileperms($file) != 33200) {
|
||||
chmod ($file, 0660);
|
||||
@chmod ($file, 0660);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user