mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-12 00:10:37 +01:00
Removed trailing ?> to prevent problems with Location and SetCookie
This commit is contained in:
parent
2e1d3cbe49
commit
7d72ca145a
@ -33,7 +33,6 @@ function loginForm($err="") {
|
|||||||
echo " </form></td>\n";
|
echo " </form></td>\n";
|
||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
echo "<!-- cookipw = ".$SetupCookie." should be ".$phpgw_info["server"]["config_passwd"]." -->\n";
|
|
||||||
echo "</body></html>\n";
|
echo "</body></html>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -56,4 +55,3 @@ if (isset($FormPW) ) {
|
|||||||
}
|
}
|
||||||
// Auth ok.
|
// Auth ok.
|
||||||
setcookie("SetupCookie","$SetupCookie");
|
setcookie("SetupCookie","$SetupCookie");
|
||||||
?>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user