Ignore:
Timestamp:
04/13/10 11:43:13 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoPreferences? não realize reload de página.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/changepassword.php

    r1681 r2495  
    1313 
    1414        $GLOBALS['phpgw_info']['flags'] = array( 
    15                 'noheader'   => True, 
    16                 'nonavbar'   => True, 
     15                //'noheader'   => True, 
     16                //'nonavbar'   => True, 
    1717                'currentapp' => 'preferences' 
    1818        ); 
     
    9494 
    9595                if ($GLOBALS['phpgw_info']['server']['use_https'] == 1) 
    96                         Header('Location: http://' . $_SERVER['HTTP_HOST'] . $GLOBALS['phpgw_info']['server']['webserver_url'] . '/preferences/index.php'); 
     96                        $GLOBALS[ 'phpgw' ] -> redirect_link( '/preferences/index.php' ); 
    9797                else 
    98                         $GLOBALS['phpgw']->redirect_link('/preferences/index.php'); 
     98                        $GLOBALS[ 'phpgw' ] -> redirect_link( '/preferences/index.php' ); 
    9999 
    100100                $GLOBALS['phpgw']->common->phpgw_exit(); 
Note: See TracChangeset for help on using the changeset viewer.