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.
1 parent 13838b6 commit ff30568Copy full SHA for ff30568
phpfastcache/2.4.2/base.php
@@ -83,9 +83,9 @@ class phpFastCache {
83
public static $disabled = false;
84
85
var $chmod_permission = array(
86
- "default_module" => "0666",
87
- "default_cgi" => "0644",
88
- "chmod" => "", // set this one to your chmod | blank will use default chmod above
+ "default_module" => 0666,
+ "default_cgi" => 0644,
+ "chmod" => 0777, // set this one to your chmod | blank will use default chmod above
89
);
90
91
public static $default_chmod = "";
0 commit comments