Skip to content
Snippets Groups Projects
Commit 20d63f4a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update mkdir permission 0750 -> 0770

parent 935227a8
No related branches found
No related tags found
1 merge request!23update mkdir permission 0750 -> 0770
...@@ -201,7 +201,7 @@ class cronlog ...@@ -201,7 +201,7 @@ class cronlog
protected function _getCacheDir(): string protected function _getCacheDir(): string
{ {
if(!is_dir("$this->_sDataDir/__cache")) { if(!is_dir("$this->_sDataDir/__cache")) {
mkdir("$this->_sDataDir/__cache", 0750, true); mkdir("$this->_sDataDir/__cache", 0770, true);
} }
return "$this->_sDataDir/__cache"; return "$this->_sDataDir/__cache";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment