Browse Source

Убрано установка прав доступа на загруженный файл в 664

master
Alexander Demidov 10 years ago
parent
commit
af78846889
  1. 1
      Upload.class.php

1
Upload.class.php

@ -116,7 +116,6 @@ abstract class Upload
}
$image->type = $greagwar_image_clone->guessType();
$file_path = $greagwar_image_clone->cacheFile($image->type, $quality = 100, true);
chmod($file_path, 0664);
$image->size = filesize($file_path);
$path_parts = pathinfo($file_path);
$image->path = preg_replace('#^' . Config::get('PATH_WEB_ROOT') . '/#', '', $path_parts['dirname']);

Loading…
Cancel
Save