Changeset 6096 for temp/trunk/data/module
- Timestamp:
- 2006/10/12 15:52:06 (20 years ago)
- Location:
- temp/trunk/data/module
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB.php
r2475 r6096 28 28 * Obtain the PEAR class so it can be extended from 29 29 */ 30 require_once 'PEAR.php';31 30 32 31 if(!defined('DB_PHP_DIR')) { … … 34 33 define("DB_PHP_DIR", $DB_PHP_DIR); 35 34 } 35 36 require_once DB_PHP_DIR . '/pear.php'; 36 37 37 38 // {{{ constants -
temp/trunk/data/module/Tar.php
r5655 r6096 19 19 // $Id$ 20 20 21 require_once 'PEAR.php'; 21 if(!defined('TAR_PHP_DIR')) { 22 $TAR_PHP_DIR = realpath(dirname( __FILE__)); 23 define("TAR_PHP_DIR", $TAR_PHP_DIR); 24 } 25 26 require_once TAR_PHP_DIR . '/pear.php'; 22 27 23 28
Note: See TracChangeset
for help on using the changeset viewer.
