[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php 2 /** 3 * $Horde: horde/services/download/index.php,v 1.9.10.3 2006/01/01 21:29:11 jan Exp $ 4 * 5 * Copyright 2002-2006 Michael Slusarz <slusarz@bigworm.colorado.edu> 6 * 7 * See the enclosed file COPYING for license information (LGPL). If you 8 * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. 9 */ 10 11 @define('HORDE_BASE', dirname(__FILE__) . '/../..'); 12 require_once HORDE_BASE . '/lib/core.php'; 13 14 $registry = &Registry::singleton(HORDE_SESSION_READONLY); 15 16 if (!($module = Util::getFormData('module')) || 17 !file_exists($registry->get('fileroot', $module))) { 18 Horde::fatal('Do not call this script directly.', __FILE__, __LINE__); 19 } 20 include $registry->get('fileroot', $module) . '/view.php';
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |