Skip to content
Snippets Groups Projects
Commit 0520035f authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX pb with apache group's right

parent 9ddc7615
No related branches found
No related tags found
No related merge requests found
......@@ -472,6 +472,8 @@ function Ds_setRights($dest)
) {
exec('chown ' . $GLOBALS['apacheUserAndGroup'] . ' ' . $dest);
}
umask(0022);
chmod($dest, 0770);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment