diff --git a/setup/inc/functions.inc.php b/setup/inc/functions.inc.php index 906d2b9a04..00641beab1 100644 --- a/setup/inc/functions.inc.php +++ b/setup/inc/functions.inc.php @@ -20,7 +20,7 @@ }else{ $phpgw_info["server"]["version"] = "Undetected"; } - $phpgw_info["server"]["current_header_version"] = "1.4"; +// $phpgw_info["server"]["current_header_version"] = "1.4"; function show_header($title = "",$nologoutbutton = False) { diff --git a/setup/index.php b/setup/index.php index 64e1e47b35..8668f84eeb 100644 --- a/setup/index.php +++ b/setup/index.php @@ -20,7 +20,7 @@ /* processing and discovery phase */ check_header(); - if ( $stage >= 1.2){ + if ( $stage >= 1.3){ if (!auth()){ show_header("Please login",True); loginForm($login_msg);