mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
changes needed for new format
This commit is contained in:
parent
e1ca332f92
commit
1de711f305
@ -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)
|
||||
{
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user