* Copyright 1999-2004 Jon Parise * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. */ @define('IMP_BASE', dirname(__FILE__)); $imp_configured = (@is_readable(IMP_BASE . '/config/conf.php') && @is_readable(IMP_BASE . '/config/html.php') && @is_readable(IMP_BASE . '/config/mime_drivers.php') && @is_readable(IMP_BASE . '/config/prefs.php') && @is_readable(IMP_BASE . '/config/servers.php')); if (!$imp_configured) { define('HORDE_LIBS', ''); require IMP_BASE . '/../lib/Test.php'; Horde_Test::configFilesMissing('IMP', IMP_BASE, array('conf.php', 'html.php', 'mime_drivers.php', 'prefs.php'), array('servers.php' => 'This file controls the default settings for IMP, and also defines the list of available servers if you are using the server list.')); } require IMP_BASE . '/redirect.php';