From 1de711f305b20392350c17ca82d346f14e481d92 Mon Sep 17 00:00:00 2001 From: seek3r Date: Mon, 18 Dec 2000 21:09:25 +0000 Subject: [PATCH] changes needed for new format --- setup/inc/functions.inc.php | 2 +- setup/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);