Changeset 2623 for trunk/index.php


Ignore:
Timestamp:
04/23/10 10:41:56 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Organizando o HTML do template default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r2419 r2623  
    6666        } 
    6767 
    68         if($app == 'home' && !$api_requested) 
     68        if ( $app == 'home' && ! $api_requested ) 
    6969        { 
    70                 Header('Location: ' . $GLOBALS['phpgw']->link('/home.php')); 
     70                $GLOBALS[ 'phpgw' ] -> redirect_link( '/home.php' ); 
    7171        } 
    7272 
Note: See TracChangeset for help on using the changeset viewer.