Can anyone tell me how to set the default_permissions in the config.php file so that new folders created in the cache directory (or any directory really) are set to 755? I don't understand how to translate the "1520" or "436" to octal...
PHP Code:'default_permissions' =>
array (
'dir_mode' => 1528,
'file_mode' => 436,


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks