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 ''; }