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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Net/Socket.php

    r6888 r6910  
    2020// $Id$ 
    2121 
    22 require_once 'PEAR.php'; 
     22if(!defined('SOCKET_PHP_DIR')) { 
     23    $SOCKET_PHP_DIR = realpath(dirname( __FILE__)); 
     24    define("SOCKET_PHP_DIR", $SOCKET_PHP_DIR);   
     25} 
     26require_once SOCKET_PHP_DIR. '/../PEAR.php'; 
    2327 
    2428define('NET_SOCKET_READ',  1); 
Note: See TracChangeset for help on using the changeset viewer.