Skip to content

Commit ff30568

Browse files
committed
Update base.php
1 parent 13838b6 commit ff30568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpfastcache/2.4.2/base.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ class phpFastCache {
8383
public static $disabled = false;
8484

8585
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
86+
"default_module" => 0666,
87+
"default_cgi" => 0644,
88+
"chmod" => 0777, // set this one to your chmod | blank will use default chmod above
8989
);
9090

9191
public static $default_chmod = "";

0 commit comments

Comments
 (0)