Ignore:
Timestamp:
05/24/10 16:58:15 (14 years ago)
Author:
niltonneto
Message:

Ticket #1087 - Corrigido problema ocasionado pela falta do "ob_start()".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-expressolivre/debian/arqs-conf/header.inc.php

    r1358 r2842  
    1818        * the absolute path to fit your site, and you should be up and running.    * 
    1919        \**************************************************************************/ 
    20  
     20        ob_start(); 
     21         
    2122        define('PHPGW_SERVER_ROOT','/var/www/expresso'); 
    2223        define('PHPGW_INCLUDE_ROOT','/var/www/expresso'); 
     
    127128        { 
    128129                include(PHPGW_API_INC . '/functions.inc.php'); 
    129                 include(PHPGW_API_INC . '/xml_functions.inc.php'); 
    130                 include(PHPGW_API_INC . '/soap_functions.inc.php'); 
    131130        } 
    132131        $connection_id = $GLOBALS['phpgw']->session->sessionid; 
Note: See TracChangeset for help on using the changeset viewer.