f1fbbcea by Jeff Balicki

e

1 parent 6511af0d
......@@ -123,7 +123,7 @@ class ApiController extends Controller
$curl = new Curl();
$curl->download($fileLocation.'/'.$fileClean , $storagePath . $folder . '/' . $fileClean);
$curl->close();
chmod( $storagePath . $folder . '/' . $fileClean, 0777);
// chmod( $storagePath . $folder . '/' . $fileClean, 0777);
}
}
......