mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
Settings added for newDirPerms and newFilePerms
Using recommended defaults for a typical web server
This commit is contained in:
@@ -9,6 +9,8 @@ $ICEcoderSettings = array(
|
||||
"loginRequired" => true,
|
||||
"multiUser" => false,
|
||||
"lineEnding" => "\n",
|
||||
"newDirPerms" => 755,
|
||||
"newFilePerms" => 644,
|
||||
"enableRegistration" => true
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user