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 1771f93 commit 13838b6Copy full SHA for 13838b6
phpfastcache.php
@@ -36,4 +36,4 @@
36
phpFastCache::$disabled = false;
37
38
// 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
+phpFastCache::$default_chmod = 0777; // keep it blank, it will use 666 for module and 644 for cgi
0 commit comments