* Copyright 1999-2002 Jon Parise * * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. */ define('HORDE_BASE', dirname(__FILE__)); $horde_configured = (@file_exists('./config/horde.php') && @file_exists('./config/html.php') && @file_exists('./config/mime_drivers.php') && @file_exists('./config/mime_mapping.php') && @file_exists('./config/registry.php')); if ($horde_configured) { require_once './lib/Registry.php'; $registry = &Registry::singleton(); include_once './lib/base.php'; include_once './lib/Secr