mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
PHPBB3-10369
This commit is contained in:
@@ -4015,7 +4015,7 @@ function phpbb_filter_root_path($errfile)
|
||||
$root_path = phpbb_realpath(dirname(__FILE__) . '/../');
|
||||
}
|
||||
|
||||
return str_replace(array($root_path, '\\'), array('', '/'), $errfile);
|
||||
return str_replace(array($root_path, '\\'), array('[ROOT]', '/'), $errfile);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user