mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 13:28:42 +00:00
change file permission
This commit is contained in:
parent
e7b72e519a
commit
04704e67cf
|
|
@ -62,7 +62,7 @@ class Gz implements ArchiveInterface
|
|||
return false;
|
||||
}
|
||||
|
||||
$gz = \gzopen($source, 'w');
|
||||
$gz = \gzopen($source, 'r');
|
||||
$dest = \fopen($destination, 'w');
|
||||
if ($gz === false || $dest === false) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user