mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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
|
||||
/**
|
||||
* eGroupWare - Notifications
|
||||
* EGroupware - Notifications
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package notifications
|
||||
@ -9,7 +9,7 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
require_once(EGW_INCLUDE_ROOT.'/phpgwapi/inc/class.config.inc.php');
|
||||
if (!defined('SEP')) define('SEP','/');
|
||||
|
||||
/**
|
||||
* Notifies users according to their preferences.
|
||||
|
Loading…
Reference in New Issue
Block a user