Skip to content

Commit 13838b6

Browse files
committed
Update phpfastcache.php
1 parent 1771f93 commit 13838b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpfastcache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
phpFastCache::$disabled = false;
3737

3838
// default chmod | only change if you know what you are doing
39-
phpFastCache::$default_chmod = ""; // keep it blank, it will use 666 for module and 644 for cgi
39+
phpFastCache::$default_chmod = 0777; // keep it blank, it will use 666 for module and 644 for cgi

0 commit comments

Comments
 (0)