show apikey details in modal-overlay; todo: edit allowed_from and valid_until

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-09 13:32:08 +02:00
parent 9272c15706
commit 7f0eb97f9b
11 changed files with 143 additions and 44 deletions

View File

@@ -30,7 +30,6 @@ use Froxlor\UI\Request;
$del_stmt = Database::prepare("DELETE FROM `" . TABLE_API_KEYS . "` WHERE id = :id");
$success_message = "";
$id = (int) Request::get('id');
$area = AREA;
// do the delete and then just show a success-message and the apikeys list again
if ($action == 'delete') {