mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
should be disable_Template_class
This commit is contained in:
parent
4dfab4ca47
commit
4137e48c3e
@ -12,15 +12,14 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$GLOBALS['phpgw_info'] = array();
|
$phpgw_info = array();
|
||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'disable_template_class' => True,
|
'disable_Template_class' => True,
|
||||||
'currentapp' => 'logout',
|
'currentapp' => 'logout',
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'nofooter' => True,
|
'nofooter' => True,
|
||||||
'nonavbar' => True
|
'nonavbar' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
include('./header.inc.php');
|
include('./header.inc.php');
|
||||||
|
|
||||||
$GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));
|
$GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));
|
||||||
|
Loading…
Reference in New Issue
Block a user