* * 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_NONE); /* This should be cached. */ $mod_gmt = gmdate('D, d M Y H:i:s', filemtime(__FILE__)) . ' GMT'; header('Last-Modified: ' . $mod_gmt); header('Cache-Control: public, max-age=86400'); header('Content-Type: text/x-component'); ?>