Changeset 3435 for branches/2.2/home.php


Ignore:
Timestamp:
10/28/10 17:33:31 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1244 - Corrigindo [3434] que teve codigo comitado errado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/home.php

    r3434 r3435  
    1616        if (!is_file('header.inc.php')) 
    1717        { 
    18                 Header('Location: '.$current_url.'/setup/index.php'); 
     18                Header('Location: '.$current_url.'setup/index.php'); 
    1919                exit; 
    2020        } 
     
    2323        if (!isset($GLOBALS['sessionid']) || !$GLOBALS['sessionid']) 
    2424        { 
    25                 Header('Location: '.$current_url.'/login.php?cd=10'); 
     25                Header('Location: '.$current_url.'login.php?cd=10'); 
    2626                exit; 
    2727        } 
Note: See TracChangeset for help on using the changeset viewer.