* * 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__) . '/../..'); require_once HORDE_BASE . '/lib/core.php'; $registry = &Registry::singleton(HORDE_SESSION_READONLY); if (!($module = Util::getFormData('module')) || !file_exists($registry->get('fileroot', $module))) { Horde::fatal('Do not call this script directly.', __FILE__, __LINE__); } include $registry->get('fileroot', $module) . '/view.php';