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