Skip to content
Snippets Groups Projects

B13658 permissions of the file qfq.json will be changed to rw-r----- after it is written.

Merged Enis Nuredini requested to merge B13658_qfq_json_rechte_restriktiver into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -166,6 +166,7 @@ class Config {
$absoluteConf = Path::absoluteConf();
HelperFile::createPathRecursive($absoluteConf);
HelperFile::file_put_contents(Path::join($absoluteConf, CONFIG_QFQ_JSON), json_encode($config, JSON_PRETTY_PRINT));
chmod(Path::join($absoluteConf, CONFIG_QFQ_JSON), 0640);
}
/**
Loading