Commit b8ae6fbe by Kohinos Cooperatic

change permissions of reconversions directory

parent 7978879e
......@@ -261,7 +261,7 @@ class FluxController extends AbstractController
//projectDir is composer.json
$dir = $this->getParameter('kernel.project_dir') . "/reconversions";
if (!is_dir($dir)) {
mkdir($dir, 0777, true);
mkdir($dir, 0755, true);
}
$path = $dir . "/" . $filename;
......
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