From eb0be429dabed1900075efffd790d8a907b0e665 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 15 Apr 2024 12:24:43 +0200 Subject: [PATCH] check config --- application/views/debug/index.php | 78 +++++++++++++++++++------------ 1 file changed, 48 insertions(+), 30 deletions(-) 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