Ignore:
Timestamp:
01/06/12 08:52:37 (12 years ago)
Author:
cristiano
Message:

Ticket #2423 - Trocar chamada da variável rootPath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/Net/SMTP.php

    r5146 r5316  
    2121// $Id: SMTP.php 314875 2011-08-13 17:03:30Z jon $ 
    2222 
    23 require_once $_SESSION['rootPath'].'/library/PEAR/PEAR.php'; 
    24 require_once $_SESSION['rootPath'].'/library/Net/Socket.php'; 
     23require_once dirname(__FILE__).'/../PEAR/PEAR.php'; 
     24require_once dirname(__FILE__).'/../Net/Socket.php'; 
    2525 
    2626/** 
Note: See TracChangeset for help on using the changeset viewer.