1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

add nils' request and super globals class

rename request:: to phpbb_request::

git-svn-id: file:///svn/phpbb/trunk@9230 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-12-25 14:47:57 +00:00
parent ddfef8d832
commit 5b9a3c9a7d
72 changed files with 1081 additions and 950 deletions

View File

@@ -677,7 +677,7 @@ class dbal
{
global $cache, $starttime, $user;
if (!request::variable('explain', false))
if (!phpbb_request::variable('explain', false))
{
return false;
}