register globals

This commit is contained in:
Ralf Becker 2003-10-08 21:25:55 +00:00
parent 9c322199d6
commit 7ac386280a

View File

@ -17,7 +17,7 @@
$GLOBALS['phpgw_info']['flags']['noheader'] = True;
include('header.inc.php');
$app = $HTTP_GET_VARS['app'];
$app = $_GET['app'];
if ($app)
{
if (!($included = $GLOBALS['phpgw']->hooks->single('about',$app)))