implement deleting of api-keys via webinterface
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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.';
|
||||
|
||||
Reference in New Issue
Block a user