amended, removed extra bracket

This commit is contained in:
kneezle 2021-01-19 21:23:46 +00:00
parent 476b911305
commit 677386bdcf
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
if (mb_substr($_REQUEST["sshkey"], 0, 4) !== "ssh-") {
$message .= "<li>PUBLIC ssh key required: please create one and submit the public key</li>";
}
}