mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +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(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'disable_Template_class' => True,
|
'disable_Template_class' => True,
|
||||||
'currentapp' => 'login',
|
'currentapp' => 'login',
|
||||||
'noheader' => True
|
'noheader' => True,
|
||||||
|
'disable_Template_class' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
include('./header.inc.php');
|
include('./header.inc.php');
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
$GLOBALS['phpgw_info'] = array();
|
$GLOBALS['phpgw_info'] = array();
|
||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'currentapp' => 'login',
|
'currentapp' => 'login',
|
||||||
'noheader' => True
|
'noheader' => True,
|
||||||
|
'disable_Template_class' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
include('./header.inc.php');
|
include('./header.inc.php');
|
||||||
@ -23,7 +24,7 @@
|
|||||||
$server = CreateObject('phpgwapi.xmlrpc_server');
|
$server = CreateObject('phpgwapi.xmlrpc_server');
|
||||||
$server->authed = False;
|
$server->authed = False;
|
||||||
/* _debug_array($server);exit; */
|
/* _debug_array($server);exit; */
|
||||||
/* include(PHPGW_API_INC . '/xmlrpc.interop.php'); */
|
include(PHPGW_API_INC . '/xmlrpc.interop.php');
|
||||||
|
|
||||||
$headers = getallheaders();
|
$headers = getallheaders();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user