Changeset 6914 for temp/trunk
- Timestamp:
- 2006/10/26 18:40:14 (20 years ago)
- Location:
- temp/trunk/data/module
- Files:
-
- 2 edited
-
Net/Socket.php (modified) (1 diff)
-
Request.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Net/Socket.php
r6912 r6914 20 20 // $Id$ 21 21 22 if(!defined('SOCKET_PHP_DIR')) { 23 $SOCKET_PHP_DIR = realpath(dirname( __FILE__)); 24 define("SOCKET_PHP_DIR", $SOCKET_PHP_DIR); 25 } 22 26 require_once '../PEAR.php'; 23 27 -
temp/trunk/data/module/Request.php
r6912 r6914 53 53 //require_once REQUEST_PHP_DIR . '/Net/URL.php'; 54 54 55 require_once 'PEAR.php';55 //require_once 'PEAR.php'; 56 56 require_once 'Net/Socket.php'; 57 57 require_once 'Net/URL.php';
Note: See TracChangeset
for help on using the changeset viewer.
