aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/acp/acp_php_info.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/acp_php_info.php')
-rw-r--r--phpBB/modules/acp/acp_php_info.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/modules/acp/acp_php_info.php b/phpBB/modules/acp/acp_php_info.php
index 3df63edc17..0e042bebe0 100644
--- a/phpBB/modules/acp/acp_php_info.php
+++ b/phpBB/modules/acp/acp_php_info.php
@@ -25,7 +25,7 @@ class acp_php_info
function main($id, $mode)
{
- global $db, $user, $auth, $template, $config;
+ global $db, $user, $auth, $template;
if ($mode != 'info')
{
@@ -34,7 +34,7 @@ class acp_php_info
$this->tpl_name = 'acp_php_info';
$this->page_title = 'ACP_PHP_INFO';
-
+
ob_start();
@phpinfo(INFO_GENERAL | INFO_CONFIGURATION | INFO_MODULES | INFO_VARIABLES);
$phpinfo = ob_get_clean();