Skip to content
Snippets Groups Projects
Commit 04044aaf authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge branch 'B13658_qfq_json_rechte_restriktiver' into 'develop'

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

See merge request !428
parents 3c01a572 32a9e280
No related branches found
No related tags found
2 merge requests!430Merge new version 22.05,!428B13658 permissions of the file qfq.json will be changed to rw-r----- after it is written.
Pipeline #7086 passed
......@@ -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);
}
/**
......
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