paranoia - disable Template class explicitly

This commit is contained in:
Miles Lott 2001-12-11 02:01:37 +00:00
parent 6d38b68c26
commit fbce45e2f2
2 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,8 @@
$GLOBALS['phpgw_info']['flags'] = array(
'disable_Template_class' => True,
'currentapp' => 'login',
'noheader' => True
'noheader' => True,
'disable_Template_class' => True
);
include('./header.inc.php');

View File

@ -15,7 +15,8 @@
$GLOBALS['phpgw_info'] = array();
$GLOBALS['phpgw_info']['flags'] = array(
'currentapp' => 'login',
'noheader' => True
'noheader' => True,
'disable_Template_class' => True
);
include('./header.inc.php');
@ -23,7 +24,7 @@
$server = CreateObject('phpgwapi.xmlrpc_server');
$server->authed = False;
/* _debug_array($server);exit; */
/* include(PHPGW_API_INC . '/xmlrpc.interop.php'); */
include(PHPGW_API_INC . '/xmlrpc.interop.php');
$headers = getallheaders();