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 @@
| Version | +Codeigniter Version |
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) +
+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 +
+| 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 - - | -
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_fopen | +On | ++ + On + + Off + + | +
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 -
-