diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 659a4a9946..a530a2b3cf 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -60,7 +60,7 @@ if( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'left' ) { if( preg_match("/^admin_.*?\." . $phpEx . "$/", $file) ) { - include($file); + include('./' . $file); } }