implement deleting of api-keys via webinterface

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-06 12:26:41 +01:00
parent 704188fe27
commit 893fd0774c
3 changed files with 40 additions and 0 deletions

View File

@@ -2126,3 +2126,4 @@ $lng['menue']['main']['apihelp'] = 'API help';
$lng['menue']['main']['apikeys'] = 'API keys';
$lng['apikeys']['no_api_keys'] = 'No API keys found';
$lng['apikeys']['key_add'] = 'Add new key';
$lng['apikeys']['apikey_removed'] = 'The api key with the id #%s has been removed successfully';

View File

@@ -1776,3 +1776,4 @@ $lng['menue']['main']['apihelp'] = 'API Hilfe';
$lng['menue']['main']['apikeys'] = 'API Keys';
$lng['apikeys']['no_api_keys'] = 'Keine API Keys gefunden';
$lng['apikeys']['key_add'] = 'API Key hinzufügen';
$lng['apikeys']['apikey_removed'] = 'Der API Key mit der ID #%s wurde erfolgreich gelöscht.';