Changeset 6905 for temp/trunk/data/module
- Timestamp:
- 2006/10/26 18:35:07 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/Request.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Request.php
r6904 r6905 44 44 // 45 45 46 if(!defined('REQUEST_PHP_DIR')) {47 $REQUEST_PHP_DIR = realpath(dirname( __FILE__));48 define("REQUEST_PHP_DIR", $REQUEST_PHP_DIR);49 }50 51 //require_once REQUEST_PHP_DIR . '/PEAR.php';52 //require_once REQUEST_PHP_DIR . '/Net/Socket.php';53 //require_once REQUEST_PHP_DIR . '/Net/URL.php';54 55 require_once 'PEAR.php';56 require_once 'Net/Socket.php';57 require_once 'Net/URL.php';58 59 46 ?>
Note: See TracChangeset
for help on using the changeset viewer.
