Changeset 1659

Show
Ignore:
Timestamp:
07/19/2007 05:47:56 PM (18 months ago)
Author:
jeena
Message:

startpage in admincenter is now new.php and not index.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/login.php

    r1626 r1659  
    2727                        else header('HTTP/1.1 303 See Other'); 
    2828                } 
     29                        if($path === $url) $url = $path."new.php";       
    2930                        if(!empty($url)) $path = $url; 
    3031                        header('Location: http://'.$hostname.$path);