steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/services/download index.php, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:34 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/services/download
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/services/download

Added Files:
	index.php 
Log Message:
Fbview in separate package

--- NEW FILE: index.php ---
<?php
/**
 * $Horde: horde/services/download/index.php,v 1.7 2004/04/20 21:20:07 chuck Exp $
 *
 * Copyright 2002-2004 Michael Slusarz <slusarz at bigworm.colorado.edu>
 *
 * 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();

if (!($module = Util::getFormData('module')) ||
    !file_exists($registry->getParam('fileroot', $module))) {
    Horde::fatal('Do not call this script directly.', __FILE__, __LINE__);
}
include $registry->getParam('fileroot', $module) . '/view.php';





More information about the commits mailing list