Login/Activation tested

This commit is contained in:
Deon George
2014-10-02 15:33:07 +10:00
parent 037633f084
commit a7ed6672e1
18 changed files with 340 additions and 51 deletions

View File

@@ -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
);