removed debug output

This commit is contained in:
Lars Kneschke 2000-11-20 18:24:06 +00:00
parent 9c8f376908
commit 642653d734

View File

@ -61,8 +61,6 @@
exit;
}
}else{
print "$FormPW<br>";
print $phpgw_domain["default"]["config_passwd"];
if ($FormPW != $phpgw_domain["default"]["config_passwd"]) {
loginForm("Invalid password.");
exit;