* * See the enclosed file COPYING for license information (GPL). If you did * not receive such a file, see also http://www.fsf.org/copyleft/gpl.html. */ @define('KRONOLITH_BASE', dirname(__FILE__)); $kronolith_configured = (@is_readable(KRONOLITH_BASE . '/config/conf.php') && @is_readable(KRONOLITH_BASE . '/config/prefs.php')); if (!$kronolith_configured) { require KRONOLITH_BASE . '/../lib/Test.php'; Horde_Test::configFilesMissing('Kronolith', KRONOLITH_BASE, array('conf.php', 'prefs.php')); } require_once KRONOLITH_BASE . '/lib/base.php'; require KRONOLITH_BASE . '/' . $prefs->getValue('defaultview') . '.php';