mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -113,10 +113,12 @@ class session
|
||||
'page' => $page
|
||||
);
|
||||
|
||||
/*
|
||||
if (!file_exists($page_name))
|
||||
{
|
||||
trigger_error('You are on a page that does not exist!', E_USER_ERROR);
|
||||
}
|
||||
*/
|
||||
|
||||
return $page_array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user