diff --git a/application/views/debug/index.php b/application/views/debug/index.php index 8af44a95e..a4726a3bf 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -131,6 +131,47 @@ +
+
+ Config Maintenance +
+
+ config->item('auth_mode') != '3') { ?> +
+ +

Please edit your ./application/config/config.php File:
+ Go to your application/config Folder and compare config.sample.php with your config.php

+ Change $config['auth_mode'] to the value 3 (Strongly recommended) +

+
+ +
+ Ok Authentication Mode is set correctly +
+ + + config->item('cl_multilanguage')) { ?> +
+ +

Please edit your ./application/config/config.php File and add some rows to it:

+ Go to your application/config Folder and compare config.sample.php with your config.php
+ You'll probably find a block with language-settings. Please include this block into your current config.php +

+
+ + +
+ Ok Multiuser-Language Support is enabled +
+ +
+
Migrate Userdata
@@ -208,7 +249,7 @@
-
- - -
+
+ + +
@@ -439,29 +480,6 @@ - -
-
- Settings Maintenance -
- config->item('cl_multilanguage')) { ?> - -
-

Please edit your ./application/config/config.php File and add some rows to it:

- Go to your application/config Folder and compare config.sample.php with your config.php
- You'll probably find a block with language-settings. Please include this block into your current config.php -

-
- - - - -
@@ -473,4 +491,4 @@ var local_branch = 'n/a'; - + \ No newline at end of file