Changeset 6885 for temp/trunk/data
- Timestamp:
- 2006/10/26 17:49:16 (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
r6884 r6885 49 49 } 50 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';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 54 55 55 define('HTTP_REQUEST_METHOD_GET', 'GET', true);
Note: See TracChangeset
for help on using the changeset viewer.
