Forgot to remove the template include in login.php

This commit is contained in:
jengo 2000-11-29 02:18:33 +00:00
parent db0415606c
commit 0b8d5861d8

View File

@ -14,8 +14,6 @@
$phpgw_info["flags"] = array("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");
include($phpgw_info["server"]["api_dir"] . "/phpgw_template.inc.php");
/*
if ($code != 10 && $phpgw_info["server"]["usecookies"] == False) {
Setcookie("sessionid");