Review comments

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-12 21:14:18 +02:00
parent 257f6ce55e
commit 08d2676489
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
switch ($_REQUEST['action'])
{
case 'get': echo json_encode(echoCustomDNSEntries()); break;
case 'add': echo json_encode(addCustomDNSEntry()); break;
case 'delete': echo json_encode(deleteCustomDNSEntry()); break;
case 'get': echo json_encode(echoCustomDNSEntries()); break;
case 'add': echo json_encode(addCustomDNSEntry()); break;
case 'delete': echo json_encode(deleteCustomDNSEntry()); break;
default:
die("Wrong action");
}
+2 -2
View File
@@ -1073,7 +1073,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
<div class="col-lg-6 col-md-12">
<div class="box box-warning">
<div class="box-header with-border">
<h3 class="box-title">Teleporter Backup</h3>
<h3 class="box-title">Backup</h3>
</div>
<div class="box-body">
<div class="row">
@@ -1088,7 +1088,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
<div class="col-lg-6 col-md-12">
<div class="box box-warning">
<div class="box-header with-border">
<h3 class="box-title">Teleporter Restore</h3>
<h3 class="box-title">Restore</h3>
</div>
<div class="box-body">
<div class="row">