mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
erm... realpath
git-svn-id: file:///svn/phpbb/trunk@9259 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b068ff2b39
commit
27c691e6a1
1 changed files with 1 additions and 1 deletions
|
@ -1862,7 +1862,7 @@ function get_backtrace()
|
||||||
{
|
{
|
||||||
$output = '<div style="font-family: monospace;">';
|
$output = '<div style="font-family: monospace;">';
|
||||||
$backtrace = debug_backtrace();
|
$backtrace = debug_backtrace();
|
||||||
$path = phpbb_realpath(PHPBB_ROOT_PATH);
|
$path = phpbb::$url->realpath(PHPBB_ROOT_PATH);
|
||||||
|
|
||||||
foreach ($backtrace as $number => $trace)
|
foreach ($backtrace as $number => $trace)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue