Changeset 6434 for temp/trunk/html/admin/downloads/module/module.php
- Timestamp:
- 2006/10/17 21:54:08 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/downloads/module/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/downloads/module/module.php
r6433 r6434 3 3 /* @version CVS: $Id$ */ 4 4 5 /**6 * Database independent query interface7 *8 * PHP versions 4 and 59 *10 * LICENSE: This source file is subject to version 3.0 of the PHP license11 * that is available through the world-wide-web at the following URI:12 * http://www.php.net/license/3_0.txt. If you did not receive a copy of13 * the PHP License and are unable to obtain it through the web, please14 * send a note to [email protected] so we can mail you a copy immediately.15 *16 * @category Database17 * @package DB18 * @author Stig Bakken <[email protected]>19 * @author Tomas V.V.Cox <[email protected]>20 * @author Daniel Convissor <[email protected]>21 * @copyright 1997-2005 The PHP Group22 * @license http://www.php.net/license/3_0.txt PHP License 3.023 * @version CVS: $Id$24 * @link http://pear.php.net/package/DB25 */26 27 /**28 * Obtain the PEAR class so it can be extended from29 */30 5 require_once("../../require.php"); 31 6
Note: See TracChangeset
for help on using the changeset viewer.
