Added sticky GID permissions (#1615)

This commit is contained in:
Mafoo
2016-05-26 04:51:41 +01:00
committed by FusionPBX
parent 3ce93c654c
commit a8b667cd0b
14 changed files with 25 additions and 25 deletions

View File

@@ -69,7 +69,7 @@ if ($domains_processed == 1) {
foreach ($conf_lang_folders as $conf_lang_folder) {
//create phrases folder, if necessary
if (!file_exists($conf_lang_folder."/phrases/")) {
mkdir($conf_lang_folder."/phrases/", 0777);
mkdir($conf_lang_folder."/phrases/", 2777);
}
//parse language, open xml file
$conf_lang = substr($conf_lang_folder, -2);