From d5cafe0bd2a85088a24bf474de34707be1a2bdaf Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 21 Apr 2017 23:50:37 +0200 Subject: [PATCH] Show DHCP leases table (will be empty) and allow editing of static leases also when DHCP server is *not* enabled --- settings.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/settings.php b/settings.php index a8e38c08..58d5d196 100644 --- a/settings.php +++ b/settings.php @@ -272,14 +272,14 @@ if(isset($_POST["submit"])) { -$time, "hwaddr"=>strtoupper($line[1]), "IP"=>$line[2], "host"=>$host, "clid"=>$clid, "type"=>$type]); } } +} - readStaticLeasesFile(); - - ?> +readStaticLeasesFile(); +?>
collapsed-box">
@@ -396,7 +396,6 @@ if(isset($_POST["submit"])) {
-