diff --git a/signup/signup-handler.php b/signup/signup-handler.php index ca974e9..119a11a 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -150,7 +150,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { . 'see our ssh wiki or ' . 'hop on irc and ask for help'; else { - if ($sshkey != "" && forbidden_sshkey($sshkey)) { + if (forbidden_sshkey($sshkey)) { $message .= "
  • your sshkey is banned!
  • \n"; add_ban_info($name, $email); }