mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
PHPBB3-10369
This commit is contained in:
parent
c8564e6ce9
commit
1b390f0b49
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user