Commit 671f3ebb by Phạm Văn Đoan

đổi quyền thư mục sang 775

parent f21415bd
...@@ -57,7 +57,7 @@ class CrawlerTrackImageCommand extends Command ...@@ -57,7 +57,7 @@ class CrawlerTrackImageCommand extends Command
$current_month = date('Y/m'); $current_month = date('Y/m');
$save_path = Constants::VMUSICCHART_IMG_TRACKS . $current_month; $save_path = Constants::VMUSICCHART_IMG_TRACKS . $current_month;
if (!file_exists($save_path)) { if (!file_exists($save_path)) {
mkdir($save_path, 0755, true); mkdir($save_path, 0775, true);
} }
/* Duyệt bài còn thiếu ảnh để tải về thư mục tháng hiện tại */ /* Duyệt bài còn thiếu ảnh để tải về thư mục tháng hiện tại */
foreach ($tracks as $key => $track) { foreach ($tracks as $key => $track) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment