Changeset 1725

Show
Ignore:
Timestamp:
08/30/08 23:25:03 (3 months ago)
Author:
vollmerk
Message:

last commit before 3.4.3 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/lib/init.php

    r1723 r1725  
    6565*/ 
    6666if (!file_exists($configfile)) {  
    67         $path = preg_replace("/(.*)\/(\w+\.php)$/","\${1}", $_SERVER['PHP_SELF']); 
    68         $link = $http_type . $_SERVER['HTTP_HOST'] . $path . "/install.php"; 
     67        $link = $http_type . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/install.php"; 
    6968        header ("Location: $link"); 
    7069        exit(); 
     
    7574 
    7675if (!count($results)) {  
    77         $path = preg_replace("/(.*)\/(\w+\.php)$/","\${1}", $_SERVER['PHP_SELF']); 
    78         $link = $http_type . $_SERVER['HTTP_HOST'] . $path . "/test.php?action=config"; 
     76        $link = $http_type . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/test.php?action=config"; 
    7977        header ("Location: $link"); 
    8078        exit(); 
     
    8280 
    8381/** This is the version.... fluf nothing more... **/ 
    84 $results['version']             = '3.4.3-RC1'; 
     82$results['version']             = '3.4.3'; 
    8583$results['int_config_version']  = '7';  
    8684