forked from extern/egroupware
fix SyncML error reported on list
This commit is contained in:
parent
2ee25bc790
commit
911a44596a
1
rpc.php
1
rpc.php
@ -14,6 +14,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
|
||||
@define('HORDE_BASE', EGW_API_INC . '/horde/');
|
||||
require_once HORDE_BASE . '/lib/core.php';
|
||||
require_once HORDE_BASE . '/Horde/RPC.php';
|
||||
set_include_path(HORDE_BASE.PATH_SEPARATOR.get_include_path());
|
||||
//require_once EGW_API_INC . '/common_functions.inc.php';
|
||||
|
||||
$GLOBALS['egw_info'] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user