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 9f30fb6 commit 9caf586Copy full SHA for 9caf586
webroot/js/ajax/ssh_generate.php
@@ -13,8 +13,6 @@
13
case "ppk":
14
$private = $private->toString("PuTTY");
15
break;
16
- default:
17
- $SITE->bad_request("invalid type '" . $_GET["type"] . "'");
18
}
19
20
echo json_encode([
0 commit comments