mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
comment out for the moment - it may be not fair to disallow "virtual" urls. :)
git-svn-id: file:///svn/phpbb/trunk@6488 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
23ef85fa74
commit
f373eba5a4
1 changed files with 2 additions and 0 deletions
|
@ -113,10 +113,12 @@ class session
|
||||||
'page' => $page
|
'page' => $page
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
if (!file_exists($page_name))
|
if (!file_exists($page_name))
|
||||||
{
|
{
|
||||||
trigger_error('You are on a page that does not exist!', E_USER_ERROR);
|
trigger_error('You are on a page that does not exist!', E_USER_ERROR);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return $page_array;
|
return $page_array;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue