Ignore:
Timestamp:
2006/10/26 17:39:13 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6883 r6884  
    4444// 
    4545 
    46 require_once 'PEAR.php'; 
    47 require_once 'Net/Socket.php'; 
    48 require_once 'Net/URL.php'; 
     46if(!defined('REQUEST_PHP_DIR')) { 
     47    $REQUEST_PHP_DIR = realpath(dirname( __FILE__)); 
     48    define("REQUEST_PHP_DIR", $REQUEST_PHP_DIR);     
     49} 
     50 
     51require_once REQUEST_PHP_DIR . 'PEAR.php'; 
     52require_once REQUEST_PHP_DIR . 'Net/Socket.php'; 
     53require_once REQUEST_PHP_DIR . 'Net/URL.php'; 
    4954 
    5055define('HTTP_REQUEST_METHOD_GET',     'GET',     true); 
Note: See TracChangeset for help on using the changeset viewer.