mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
commit for Lars: latest SyncML updates
This commit is contained in:
parent
5d3e8d1c86
commit
f4703004e3
5
rpc.php
5
rpc.php
@ -8,13 +8,14 @@
|
|||||||
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
|
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
error_reporting(E_ALL & ~E_NOTICE);
|
||||||
@define('AUTH_HANDLER', true);
|
@define('AUTH_HANDLER', true);
|
||||||
@define('HORDE_BASE', dirname(__FILE__).'/phpgwapi/inc/horde/');
|
@define('HORDE_BASE', dirname(__FILE__).'/phpgwapi/inc/horde/');
|
||||||
require_once HORDE_BASE . '/lib/core.php';
|
require_once HORDE_BASE . '/lib/core.php';
|
||||||
require_once 'Horde/RPC.php';
|
require_once 'Horde/RPC.php';
|
||||||
|
|
||||||
$GLOBALS['phpgw_info'] = array();
|
$GLOBALS['egw_info'] = array();
|
||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['egw_info']['flags'] = array(
|
||||||
'currentapp' => 'login',
|
'currentapp' => 'login',
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'disable_Template_class' => True
|
'disable_Template_class' => True
|
||||||
|
Loading…
Reference in New Issue
Block a user