changes needed for new format

This commit is contained in:
seek3r 2000-12-18 21:09:25 +00:00
parent e1ca332f92
commit 1de711f305
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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);