Changeset 13192
- Timestamp:
- 2007/05/21 16:28:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/Net/SMTP.php
r13191 r13192 21 21 // $Id: SMTP.php,v 1.58 2007/03/28 04:53:34 chagenbu Exp $ 22 22 23 require_once "../PEAR.php"; 24 require_once "../Net/Socket.php"; 23 $include_dir = realpath(dirname( __FILE__)); 24 require_once $include_dir . "/../PEAR.php"; 25 require_once $include_dir . "/../Net/Socket.php"; 25 26 26 27 /**
Note: See TracChangeset
for help on using the changeset viewer.