From 677386bdcfbbdeb5ed27ce52f7b5c6dd0e1f5235 Mon Sep 17 00:00:00 2001 From: kneezle Date: Tue, 19 Jan 2021 21:23:46 +0000 Subject: [PATCH] amended, removed extra bracket --- html/submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/submit.php b/html/submit.php index e0c6435..e51900b 100755 --- a/html/submit.php +++ b/html/submit.php @@ -107,7 +107,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { if (mb_substr($_REQUEST["sshkey"], 0, 4) !== "ssh-") { $message .= "
  • PUBLIC ssh key required: please create one and submit the public key
  • "; - } + }