forked from extern/egroupware
possible fix for community bug #3277: syncml wont work since svn trunk update from 2014-04-02
This commit is contained in:
parent
13ea6533ee
commit
e4424718a7
2
rpc.php
2
rpc.php
@ -13,7 +13,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
|
||||
@define('EGW_API_INC', dirname(__FILE__) . '/phpgwapi/inc/');
|
||||
@define('HORDE_BASE', EGW_API_INC . '/horde/');
|
||||
require_once HORDE_BASE . '/lib/core.php';
|
||||
require_once 'Horde/RPC.php';
|
||||
require_once HORDE_BASE . '/Horde/RPC.php';
|
||||
//require_once EGW_API_INC . '/common_functions.inc.php';
|
||||
|
||||
$GLOBALS['egw_info'] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user