should be disable_Template_class

This commit is contained in:
Miles Lott 2004-01-10 14:48:09 +00:00
parent 4dfab4ca47
commit 4137e48c3e

View File

@ -12,15 +12,14 @@
/* $Id$ */
$GLOBALS['phpgw_info'] = array();
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'disable_template_class' => True,
'disable_Template_class' => True,
'currentapp' => 'logout',
'noheader' => True,
'nofooter' => True,
'nonavbar' => True
);
include('./header.inc.php');
$GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));