mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-15 04:47:05 +01:00
Added loginRequired bool
So you can choose if you need a login screen or not, true by default
This commit is contained in:
@@ -6,6 +6,7 @@ $ICEcoderSettings = array(
|
||||
"docRoot" => $_SERVER['DOCUMENT_ROOT'],
|
||||
"demoMode" => false,
|
||||
"devMode" => false,
|
||||
"loginRequired" => true,
|
||||
"multiUser" => false,
|
||||
"lineEnding" => "\n"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user