Changeset 6923
- Timestamp:
- 2006/10/26 18:53:45 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/module/Request.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Request.php
r6922 r6923 50 50 51 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'; 52 require_once REQUEST_PHP_DIR . '/Net/Socket.php'; 53 require_once REQUEST_PHP_DIR . '/Net/URL.php'; 58 54 59 55 define('HTTP_REQUEST_METHOD_GET', 'GET', true); -
temp/trunk/html/install/index.php
r6922 r6923 231 231 } 232 232 233 sfprintr($req ->sendRequest());233 sfprintr($req); 234 234 235 235 }
Note: See TracChangeset
for help on using the changeset viewer.
