mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
PHPBB3-10369
This commit is contained in:
parent
c8564e6ce9
commit
1b390f0b49
1 changed files with 1 additions and 1 deletions
|
@ -4015,7 +4015,7 @@ function phpbb_filter_root_path($errfile)
|
||||||
$root_path = phpbb_realpath(dirname(__FILE__) . '/../');
|
$root_path = phpbb_realpath(dirname(__FILE__) . '/../');
|
||||||
}
|
}
|
||||||
|
|
||||||
return str_replace(array($root_path, '\\'), array('', '/'), $errfile);
|
return str_replace(array($root_path, '\\'), array('[ROOT]', '/'), $errfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue