Login/Activation tested
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
|
||||
return array(
|
||||
'id' => '', // Site ID, for mullti site usage
|
||||
'disabled_noaccess_redirect' => FALSE, // Whether to redirect on no access, or show an error
|
||||
'disabled_noaccess_redirect' => FALSE, // Whether to redirect on no access, or show an error
|
||||
'date_format' => 'd-M-Y', // Site Date Format
|
||||
'language' => 'auto', // Site Language
|
||||
'method_security' => FALSE, // Enable User Based method security
|
||||
'session_change_trigger'=>array( // Updates to tables to make when our session ID is changed
|
||||
),
|
||||
'theme' => 'bootstrap', // Site Theme
|
||||
'time_format' => 'H:i:s', // Site Time Format
|
||||
);
|
||||
|
Reference in New Issue
Block a user