about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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>";
-                    }
+                    
     }