mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +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
|
'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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user