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/expressoMail1_2/inc/class.attachment.inc.php

    r5172 r5316  
    3737         * Requires 
    3838         */ 
    39             require_once $_SESSION['rootPath'].'/library/mime/mimePart.php'; 
    40             require_once $_SESSION['rootPath'].'/library/mime/mimeDecode.php'; 
     39            require_once dirname(__FILE__).'/../../library/mime/mimePart.php'; 
     40            require_once dirname(__FILE__).'/../../library/mime/mimeDecode.php'; 
    4141        //----------------------------------------------------------// 
    4242 
Note: See TracChangeset for help on using the changeset viewer.