Skip to content

Commit 9caf586

Browse files
committed
bad_request not implemented yet
1 parent 9f30fb6 commit 9caf586

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webroot/js/ajax/ssh_generate.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
case "ppk":
1414
$private = $private->toString("PuTTY");
1515
break;
16-
default:
17-
$SITE->bad_request("invalid type '" . $_GET["type"] . "'");
1816
}
1917

2018
echo json_encode([

0 commit comments

Comments
 (0)