Ignore:
Timestamp:
2006/10/26 18:33:55 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Request.php

    r6901 r6902  
    4949} 
    5050 
     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 
    5155require_once 'PEAR.php'; 
    52 require_once REQUEST_PHP_DIR . '/Net/Socket.php'; 
    53 require_once REQUEST_PHP_DIR . '/Net/URL.php'; 
     56require_once 'Net/Socket.php'; 
     57require_once 'Net/URL.php'; 
    5458 
    5559define('HTTP_REQUEST_METHOD_GET',     'GET',     true); 
Note: See TracChangeset for help on using the changeset viewer.