Explorar o código

SSH Keys are now fetched and displayed on the ssh managing page

clement %!s(int64=2) %!d(string=hai) anos
pai
achega
eddfb09cae
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      public/index.php

+ 0 - 1
public/index.php

@@ -25,7 +25,6 @@ $dispatcher = FastRoute\simpleDispatcher(function(FastRoute\RouteCollector $r) {
     $r->addRoute('POST', '/changepassword', 'change_password');
     $r->addRoute('GET', '/signout', 'signout');
     $r->addRoute('GET', '/ssh', 'form_ssh');
-    $r->addRoute('GET', '/getsshkeys', 'get_ssh_keys');
     $r->addRoute('POST', '/addsshkey', 'add_ssh_key');
     $r->addRoute('POST', '/delsshkey', 'del_ssh_key');
 });