diff --git a/admin/phpinfo.php b/admin/phpinfo.php index 10e82ac070..fca0a7fd00 100755 --- a/admin/phpinfo.php +++ b/admin/phpinfo.php @@ -8,13 +8,12 @@ * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ - /* $Id$ */ - $phpgw_info['flags'] = array( - 'noheader' => True, - 'nonavbar' => True, - 'currentapp' => 'admin' + $GLOBALS['phpgw_info']['flags'] = array + ( + 'noframework' => True, + 'currentapp' => 'admin' ); include('../header.inc.php');