mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Remove the assumption that . will be in the include path - it is
becoming more common on recent distributions that it is not by default git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5318 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a0e567754e
commit
9ac354aab3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue