mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
logout.php is now working properly
This commit is contained in:
parent
f6dde056d6
commit
cc8f0658e6
@ -13,10 +13,10 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_flags = array("disable_message_class" => True, "disable_send_class" => True,
|
$phpgw_flags = array("disable_message_class" => True, "disable_send_class" => True,
|
||||||
"disable_nextmatchs_class" => True, "disable_template_class" => True,
|
"disable_nextmatchs_class" => True, "disable_template_class" => True,
|
||||||
"login" => True, "currentapp" => "",
|
"login" => True, "currentapp" => "login",
|
||||||
"noheader" => True
|
"noheader" => True
|
||||||
);
|
);
|
||||||
|
|
||||||
include("header.inc.php");
|
include("header.inc.php");
|
||||||
include($phpgw_info["server"]["include_root"] . "/lang/" . "en" . "_login.inc.php");
|
include($phpgw_info["server"]["include_root"] . "/lang/" . "en" . "_login.inc.php");
|
||||||
|
@ -16,11 +16,10 @@
|
|||||||
$phpgw_flags["disable_send_class"] = True;
|
$phpgw_flags["disable_send_class"] = True;
|
||||||
$phpgw_flags["disable_nextmatchs_class"] = True;
|
$phpgw_flags["disable_nextmatchs_class"] = True;
|
||||||
$phpgw_flags["disable_template_class"] = True;
|
$phpgw_flags["disable_template_class"] = True;
|
||||||
$phpgw_flags["currentapp"] = "";
|
$phpgw_flags["currentapp"] = "logout";
|
||||||
$phpgw_flags["noheader"] = True;
|
$phpgw_flags["noheader"] = True;
|
||||||
|
|
||||||
include("header.inc.php");
|
include("header.inc.php");
|
||||||
// include($phpgw_info["server"]["include_root"] . "/lang/en/" . "en" . "_logout.inc.php");
|
|
||||||
|
|
||||||
$sep = $phpgw->common->filesystem_sepeartor();
|
$sep = $phpgw->common->filesystem_sepeartor();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user