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

undoi - set __cache perms 0770 --> 0750

parent 20d63f4a
No related branches found
No related tags found
1 merge request!24undoi - set __cache perms 0770 --> 0750
...@@ -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", 0770, true); mkdir("$this->_sDataDir/__cache", 0750, 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