logout.php is now working properly

This commit is contained in:
jengo 2000-08-25 21:36:20 +00:00
parent f6dde056d6
commit cc8f0658e6
2 changed files with 5 additions and 6 deletions

View File

@ -13,10 +13,10 @@
/* $Id$ */
$phpgw_flags = array("disable_message_class" => True, "disable_send_class" => True,
"disable_nextmatchs_class" => True, "disable_template_class" => True,
"login" => True, "currentapp" => "",
"noheader" => True
);
"disable_nextmatchs_class" => True, "disable_template_class" => True,
"login" => True, "currentapp" => "login",
"noheader" => True
);
include("header.inc.php");
include($phpgw_info["server"]["include_root"] . "/lang/" . "en" . "_login.inc.php");

View File

@ -16,11 +16,10 @@
$phpgw_flags["disable_send_class"] = True;
$phpgw_flags["disable_nextmatchs_class"] = True;
$phpgw_flags["disable_template_class"] = True;
$phpgw_flags["currentapp"] = "";
$phpgw_flags["currentapp"] = "logout";
$phpgw_flags["noheader"] = True;
include("header.inc.php");
// include($phpgw_info["server"]["include_root"] . "/lang/en/" . "en" . "_logout.inc.php");
$sep = $phpgw->common->filesystem_sepeartor();