Switch to style Symfony

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-08-07 21:46:34 +02:00
parent 97a76669a2
commit 91e7708c4f
5 changed files with 19 additions and 43 deletions

View File

@@ -15,15 +15,12 @@ if (!isset($api)) {
switch ($_POST['action']) {
case 'get': echo json_encode(echoCustomDNSEntries());
break;
case 'add': echo json_encode(addCustomDNSEntry());
break;
case 'delete': echo json_encode(deleteCustomDNSEntry());
break;
default: