1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/10369] Replace root path with "[ROOT]" as per IRC.

PHPBB3-10369
This commit is contained in:
Andreas Fischer
2011-09-18 23:03:28 +02:00
parent c8564e6ce9
commit 1b390f0b49

View File

@@ -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);
}
/**