Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/home.php

    r3435 r223  
    1212        \**************************************************************************/ 
    1313        $phpgw_info = array(); 
    14         $current_url = substr($_SERVER["SCRIPT_NAME"], 0, strpos($_SERVER["SCRIPT_NAME"],'home.php')); 
    15  
    1614        if (!is_file('header.inc.php')) 
    1715        { 
    18                 Header('Location: '.$current_url.'setup/index.php'); 
     16                Header('Location: setup/index.php'); 
    1917                exit; 
    2018        } 
     
    2321        if (!isset($GLOBALS['sessionid']) || !$GLOBALS['sessionid']) 
    2422        { 
    25                 Header('Location: '.$current_url.'login.php?cd=10'); 
     23                Header('Location: login.php?cd=10'); 
    2624                exit; 
    2725        } 
Note: See TracChangeset for help on using the changeset viewer.