commit for Lars: latest SyncML updates

This commit is contained in:
Ralf Becker 2005-07-20 12:00:02 +00:00
parent 5d3e8d1c86
commit f4703004e3

View File

@ -8,13 +8,14 @@
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
*/
error_reporting(E_ALL & ~E_NOTICE);
@define('AUTH_HANDLER', true);
@define('HORDE_BASE', dirname(__FILE__).'/phpgwapi/inc/horde/');
require_once HORDE_BASE . '/lib/core.php';
require_once 'Horde/RPC.php';
$GLOBALS['phpgw_info'] = array();
$GLOBALS['phpgw_info']['flags'] = array(
$GLOBALS['egw_info'] = array();
$GLOBALS['egw_info']['flags'] = array(
'currentapp' => 'login',
'noheader' => True,
'disable_Template_class' => True