mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
fix phpbb_realpath and added delimiter to phpbb_confirm table (what a single ; can do... :))
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3490 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -692,6 +692,8 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '',
|
||||
// dougk_ff7 <October 5, 2002>
|
||||
function phpbb_realpath($path)
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
||||
return (!@function_exists('realpath') || !@realpath($phpbb_root_path . 'includes/functions.'.$phpEx)) ? $path : @realpath($path);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user