diff --git a/src/Config.php b/src/Config.php index 30f1a7383a7..115d31fd2ab 100644 --- a/src/Config.php +++ b/src/Config.php @@ -1932,7 +1932,7 @@ public static function showSystemInfoTable($params = []) foreach ( ['max_execution_time', 'memory_limit', 'post_max_size', 'safe_mode', - 'session.save_handler', 'upload_max_filesize' + 'session.save_handler', 'upload_max_filesize', 'disable_functions' ] as $key ) { $msg .= $key . '="' . ini_get($key) . '" ';