Commit becd282f authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

spacing

(cherry picked from commit addcca54)
parent eb8fb248
...@@ -54,7 +54,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -54,7 +54,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig[$fieldname] = null; $pconfig[$fieldname] = null;
} }
} }
} elseif ($_SERVER['REQUEST_METHOD'] === 'POST') { } elseif ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (isset($_POST['id']) && !empty($a_hosts[$_POST['id']])) { if (isset($_POST['id']) && !empty($a_hosts[$_POST['id']])) {
$id = $_POST['id']; $id = $_POST['id'];
...@@ -140,8 +139,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -140,8 +139,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
} }
} }
$service_hook = 'dnsmasq'; $service_hook = 'dnsmasq';
legacy_html_escape_form_data($pconfig); legacy_html_escape_form_data($pconfig);
include("head.inc"); include("head.inc");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment