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_user_photo.php

    r1036 r1037  
    11<?php 
     2if(!isset($GLOBALS['phpgw_info'])){ 
    23        $GLOBALS['phpgw_info']['flags'] = array( 
    34                'currentapp' => 'expressoMail1_2', 
     
    56                'noheader'   => true 
    67        ); 
     8        require_once '../header.inc.php'; 
     9} 
    710 
    8         require_once $_SERVER[ 'DOCUMENT_ROOT' ] . '/header.inc.php'; 
    911        function ldapRebind($ldap_connection, $ldap_url) 
    1012        { 
Note: See TracChangeset for help on using the changeset viewer.