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:
Meik Sievertsen 2006-10-12 15:33:24 +00:00
parent 23ef85fa74
commit f373eba5a4

View file

@ -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;
}