mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
suppress strict warnings from old SyncML code
This commit is contained in:
parent
9bfdbfccaf
commit
3162247d90
2
rpc.php
2
rpc.php
@ -8,7 +8,7 @@
|
|||||||
* 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);
|
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
|
||||||
@define('AUTH_HANDLER', true);
|
@define('AUTH_HANDLER', true);
|
||||||
@define('EGW_API_INC', dirname(__FILE__) . '/phpgwapi/inc/');
|
@define('EGW_API_INC', dirname(__FILE__) . '/phpgwapi/inc/');
|
||||||
@define('HORDE_BASE', EGW_API_INC . '/horde/');
|
@define('HORDE_BASE', EGW_API_INC . '/horde/');
|
||||||
|
Loading…
Reference in New Issue
Block a user