mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
define SEP, if not defined, fixes open_basedir errors seen in error_log
This commit is contained in:
parent
187ee099a2
commit
ae0cd9238f
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* eGroupWare - Notifications
|
* EGroupware - Notifications
|
||||||
*
|
*
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package notifications
|
* @package notifications
|
||||||
@ -9,7 +9,7 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(EGW_INCLUDE_ROOT.'/phpgwapi/inc/class.config.inc.php');
|
if (!defined('SEP')) define('SEP','/');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notifies users according to their preferences.
|
* Notifies users according to their preferences.
|
||||||
|
Loading…
Reference in New Issue
Block a user