mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Set copy permissions to 775
This commit is contained in:
@@ -253,7 +253,7 @@ class Installer
|
||||
|
||||
foreach ($iterator as $file) {
|
||||
if ($file->isDir()) {
|
||||
@mkdir($dst . '/' . $iterator->getSubPathName(), 0777, TRUE);
|
||||
@mkdir($dst . '/' . $iterator->getSubPathName(), 0775, TRUE);
|
||||
} else {
|
||||
|
||||
$success = copy($file, $dst . '/' . $iterator->getSubPathName());
|
||||
|
||||
Reference in New Issue
Block a user