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

* empty log message *

File:
1 edited

Legend:

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

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