2006-02-20 jrandom

* Properly enable TCP this time (oops)
    * Deal with multiple form handlers on the same page in the console without
      being too annoying (thanks blubb and bd_!)
This commit is contained in:
jrandom
2006-02-20 18:12:47 +00:00
committed by zzz
parent dee79dfb1c
commit ac8436a8eb
6 changed files with 13 additions and 8 deletions

View File

@ -114,7 +114,7 @@ public class FormHandler {
return;
}
if (_nonce == null) {
addFormError("You trying to mess with me? Huh? Are you?");
//addFormError("You trying to mess with me? Huh? Are you?");
_valid = false;
return;
}