define SEP, if not defined, fixes open_basedir errors seen in error_log

This commit is contained in:
Ralf Becker 2012-03-13 08:59:50 +00:00
parent 187ee099a2
commit ae0cd9238f

View File

@ -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.