mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
paranoia - disable Template class explicitly
This commit is contained in:
parent
6d38b68c26
commit
fbce45e2f2
3
soap.php
3
soap.php
@ -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');
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user