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/index.php

    r5295 r5316  
    169169        $template->set_var("msg_number",$_GET['msgball']['msgnum'] ? $_GET['msgball']['msgnum'] : $_GET['to']); 
    170170        $template->set_var("user_email",$_SESSION['phpgw_info']['expressomail']['user']['email']); 
    171         include_once $_SESSION['rootPath'] . '/header.inc.php'; 
    172         require_once $_SESSION['rootPath'] . '/API/class.servicelocator.php'; 
     171        include_once dirname(__FILE__) . '/../header.inc.php'; 
     172        require_once dirname(__FILE__) . '/../API/class.servicelocator.php'; 
    173173        $alternativeMailService = ServiceLocator::getService('ldap'); 
    174174        $AlternateEmailExpresso = Array(); 
Note: See TracChangeset for help on using the changeset viewer.