Changeset 13192


Ignore:
Timestamp:
2007/05/21 16:28:00 (16 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/module/Net/SMTP.php

    r13191 r13192  
    2121// $Id: SMTP.php,v 1.58 2007/03/28 04:53:34 chagenbu Exp $ 
    2222 
    23 require_once "../PEAR.php"; 
    24 require_once "../Net/Socket.php"; 
     23$include_dir = realpath(dirname( __FILE__)); 
     24require_once $include_dir . "/../PEAR.php"; 
     25require_once $include_dir . "/../Net/Socket.php"; 
    2526 
    2627/** 
Note: See TracChangeset for help on using the changeset viewer.