mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
Forgot to remove the template include in login.php
This commit is contained in:
parent
db0415606c
commit
0b8d5861d8
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
$phpgw_info["flags"] = array("disable_template_class" => True, "login" => True, "currentapp" => "login", "noheader" => True);
|
$phpgw_info["flags"] = array("disable_template_class" => True, "login" => True, "currentapp" => "login", "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"]["api_dir"] . "/phpgw_template.inc.php");
|
|
||||||
/*
|
/*
|
||||||
if ($code != 10 && $phpgw_info["server"]["usecookies"] == False) {
|
if ($code != 10 && $phpgw_info["server"]["usecookies"] == False) {
|
||||||
Setcookie("sessionid");
|
Setcookie("sessionid");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user