switch to _GET and remove stray whitespace

This commit is contained in:
Miles Lott 2004-01-26 03:34:17 +00:00
parent afcc4231f4
commit 1336dfef54

View File

@ -30,7 +30,7 @@
if (!function_exists('version_compare'))//version_compare() is only available in PHP4.1+
{
echo 'phpGroupWare now requires PHP 4.1 or greater.<br>';
echo 'eGroupWare requires PHP 4.1 or greater.<br>';
echo 'Please contact your System Administrator';
exit;
}
@ -447,7 +447,7 @@
}
if (!@$GLOBALS['phpgw_info']['flags']['noheader'] &&
!@$GLOBALS['phpgw_info']['flags']['noappheader'] &&
file_exists(PHPGW_APP_INC . '/header.inc.php') && !isset($GLOBALS['HTTP_GET_VARS']['menuaction']))
file_exists(PHPGW_APP_INC . '/header.inc.php') && !isset($_GET['menuaction']))
{
include(PHPGW_APP_INC . '/header.inc.php');
}