about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorkneezle <kneezle@tilde.team>2021-01-19 21:23:46 +0000
committerkneezle <kneezle@tilde.team>2021-01-19 21:23:46 +0000
commit677386bdcfbbdeb5ed27ce52f7b5c6dd0e1f5235 (patch)
treefb70290457b55fc699fc227bf894f2a398768079 /html
parent476b911305d29b6f59d47b31f23b1aae3ee8ee73 (diff)
downloadsite-677386bdcfbbdeb5ed27ce52f7b5c6dd0e1f5235.tar.gz
amended, removed extra bracket
Diffstat (limited to 'html')
-rwxr-xr-xhtml/submit.php2
1 files changed, 1 insertions, 1 deletions
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 .= "<li>PUBLIC ssh key required: please create one and submit the public key</li>";
-                    }
+                    
     }