diff --git a/application/views/debug/index.php b/application/views/debug/index.php index 8af44a95e..cf891f0a0 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -39,6 +39,10 @@ Migration There is something wrong with your Migration in Database!"); ?> + + Environment + + @@ -62,16 +66,8 @@ MySQL Version db->version(); ?> - - - - -
-
Codeigniter
-
- - +
VersionCodeigniter Version
@@ -131,6 +127,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
@@ -144,71 +181,164 @@
-
PHP Modules
+
PHP
- - - - - +
+
+

Modules

+
curl - - Installed - - Not Installed - -
+ + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - -
php-curl + + Installed + + Not Installed + +
MySQL - - Installed - - Not Installed - -
php-mysql + + Installed + + Not Installed + +
mbstring - - Installed - - Not Installed - -
php-mbstring + + Installed + + Not Installed + +
xml - - Installed - - Not Installed - -
php-xml + + Installed + + Not Installed + +
zip - - Installed - - Not Installed - -
+ + php-zip + + + Installed + + Not Installed + + + + +
+
+

Settings

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
max_execution_time ' . $max_execution_time . ' s'; ?> + = $max_execution_time) { ?> + + + + +
max_upload_file_size ' . $max_upload_file_size . 'M'; ?> + = ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes + ?> + + + + +
post_max_size ' . $post_max_size . 'M'; ?> + = ($post_max_size * 1024 * 1024)) { // compare with given value in bytes + ?> + + + + +
memory_limit ' . $memory_limit . 'M'; ?> + = ($memory_limit * 1024 * 1024)) { // compare with given value in bytes + ?> + + + + +
allow_url_fopenOn + + On + + Off + +
+
+
-
- - -
+
+ + +
@@ -439,29 +569,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 +580,4 @@ var local_branch = 'n/a'; - + \ No newline at end of file