e
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -123,7 +123,7 @@ class ApiController extends Controller | ... | @@ -123,7 +123,7 @@ class ApiController extends Controller |
| 123 | $curl = new Curl(); | 123 | $curl = new Curl(); |
| 124 | $curl->download($fileLocation.'/'.$fileClean , $storagePath . $folder . '/' . $fileClean); | 124 | $curl->download($fileLocation.'/'.$fileClean , $storagePath . $folder . '/' . $fileClean); |
| 125 | $curl->close(); | 125 | $curl->close(); |
| 126 | chmod( $storagePath . $folder . '/' . $fileClean, 0777); | 126 | // chmod( $storagePath . $folder . '/' . $fileClean, 0777); |
| 127 | 127 | ||
| 128 | } | 128 | } |
| 129 | } | 129 | } | ... | ... |
-
Please register or sign in to post a comment