We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b4dff5 + 1222ed1 commit 54e5a61Copy full SHA for 54e5a61
phpfastcache/3.0.0/drivers/files.php
@@ -55,6 +55,7 @@ private function getFilePath($keyword, $skip = false) {
55
if(!file_exists($path)) {
56
if(!mkdir($path,$this->__setChmodAuto())) {
57
throw new Exception("PLEASE CHMOD ".$this->getPath()." - 0777 OR ANY WRITABLE PERMISSION!",92);
58
+ }
59
}
60
61
0 commit comments