diff --git a/lib/properties.php b/lib/properties.php index 8399d6d..bf21a29 100644 --- a/lib/properties.php +++ b/lib/properties.php @@ -83,7 +83,7 @@ echo $chmodInfo; isDir()) { - mkdir($dest.DIRECTORY_SEPARATOR.$iterator->getSubPathName(), 0705); + mkdir($dest.DIRECTORY_SEPARATOR.$iterator->getSubPathName(), 0755); } else { rename($item, $dest.DIRECTORY_SEPARATOR.$iterator->getSubPathName()); }