We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5659e9a commit e773c44Copy full SHA for e773c44
webroot/panel/account.php
@@ -23,7 +23,7 @@
23
$keys = [UnityHTTPD::getUploadedFileContents("keyfile")];
24
} catch (EncodingUnknownException | EncodingConversionException $e) {
25
UnityHTTPD::errorLog("uploaded key has bad encoding", "", error: $e);
26
- UnityHTTPD::messageError("SSH Key Not Added: Invalid Key", "");
+ UnityHTTPD::messageError("SSH Key Not Added: Invalid Encoding", "");
27
UnityHTTPD::redirect();
28
}
29
break;
0 commit comments