* * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. */ //Added by Fiona @define('HORDE_BASE', dirname(__FILE__) . '/../../maildata'); @define('TURBA_BASE', dirname(__FILE__)); $turba_configured = (@is_readable(TURBA_BASE . '/config/conf.php') && @is_readable(TURBA_BASE . '/config/attributes.php') && @is_readable(TURBA_BASE . '/config/html.php') && @is_readable(TURBA_BASE . '/config/prefs.php') && @is_readable(TURBA_BASE . '/config/sources.php')); if (!$turba_configured) { //Commented by Fiona // define('HORDE_LIBS', ''); // require TURBA_BASE . '/../lib/Test.php'; require TURBA_BASE . '/lib/Test.php'; Horde_Test::configFilesMissing('Turba', TURBA_BASE, array('conf.php', 'html.php', 'prefs.php', 'sources.php'), array('attributes.php' => 'This file defines the Turba global attribute names and types - names, email addresses, etc.')); } require_once TURBA_BASE . '/lib/base.php'; require TURBA_BASE . '/' . $prefs->getValue('initial_page');