unregister globals from $_REQUEST. global.php should be loaded before global
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 4 Dec 2005 09:19:15 +0000 (09:19 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 4 Dec 2005 09:19:15 +0000 (09:19 +0000)
commit5cc4a272b227581316552672f28f546a31fa6656
treee9e05de144d5bebc0cd0244aa72f45f995a4ff7a
parent381ba3190e80164e6b477217c9b688324ac3b1c0
unregister globals from $_REQUEST. global.php should be loaded before global
variables are defined in script and variable corruption should be minimal.

We still have to review $theme global in validate.php. I could not reproduce
any error when $theme was set through GET request.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10430 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/global.php