Removed trailing ?> to prevent problems with Location and SetCookie

This commit is contained in:
sjb4891 2000-09-29 22:27:54 +00:00
parent 2e1d3cbe49
commit 7d72ca145a

View File

@ -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");
?>