From 52553f323ba1f820fe2cb05cde7fc5c1f413c890 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 26 Sep 2022 20:54:52 +0100 Subject: [PATCH] Update template w/ clear log btn --- templates/hostapd/logging.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/hostapd/logging.php b/templates/hostapd/logging.php index fa83395b..0994f88e 100644 --- a/templates/hostapd/logging.php +++ b/templates/hostapd/logging.php @@ -6,7 +6,8 @@
/> - + + " />
@@ -15,7 +16,7 @@ if ($arrHostapdConf['LogEnable'] == 1) { exec('sudo /bin/chmod o+r /tmp/hostapd.log'); $log = file_get_contents('/tmp/hostapd.log'); - echo ''; + echo ''; } else { echo ''; }