Ignore:
Timestamp:
06/22/09 11:54:40 (15 years ago)
Author:
amuller
Message:

Ticket #559 - Correção de problema, usando caminho relativo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/show_thumbs.php

    r1036 r1037  
    11<?php 
     2if(!isset($GLOBALS['phpgw_info'])){ 
    23        $GLOBALS['phpgw_info']['flags'] = array( 
    34                'currentapp' => 'expressoMail1_2', 
     
    56                'noheader'   => true 
    67        ); 
    7  
    8         require_once $_SERVER[ 'DOCUMENT_ROOT' ] . '/header.inc.php'; 
     8        require_once '../header.inc.php'; 
     9} 
    910        $username = $_SESSION['phpgw_info']['expressomail']['user']['userid']; 
    1011        $password = $_SESSION['phpgw_info']['expressomail']['user']['passwd']; 
Note: See TracChangeset for help on using the changeset viewer.