Changeset 6910 for temp/trunk/data/module
- Timestamp:
- 2006/10/26 18:38:07 (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
r6888 r6910 20 20 // $Id$ 21 21 22 require_once 'PEAR.php'; 22 if(!defined('SOCKET_PHP_DIR')) { 23 $SOCKET_PHP_DIR = realpath(dirname( __FILE__)); 24 define("SOCKET_PHP_DIR", $SOCKET_PHP_DIR); 25 } 26 require_once SOCKET_PHP_DIR. '/../PEAR.php'; 23 27 24 28 define('NET_SOCKET_READ', 1); -
temp/trunk/data/module/Request.php
r6909 r6910 53 53 //require_once REQUEST_PHP_DIR . '/Net/URL.php'; 54 54 55 require_once 'Net/Socket.php';56 55 require_once 'Net/URL.php'; 57 56
Note: See TracChangeset
for help on using the changeset viewer.
