mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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 " </tr>\n";
|
||||
echo "</table>\n";
|
||||
echo "<!-- cookipw = ".$SetupCookie." should be ".$phpgw_info["server"]["config_passwd"]." -->\n";
|
||||
echo "</body></html>\n";
|
||||
}
|
||||
|
||||
@ -56,4 +55,3 @@ if (isset($FormPW) ) {
|
||||
}
|
||||
// Auth ok.
|
||||
setcookie("SetupCookie","$SetupCookie");
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user