From 1fcb82ff8def0ae2c4b3cd5a7087245d57b1196c Mon Sep 17 00:00:00 2001 From: Lawrence Date: Wed, 4 Oct 2017 00:19:43 +0800 Subject: [PATCH] Still removing debug code --- includes/dashboard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/dashboard.php b/includes/dashboard.php index a4e4103c..eb090a94 100755 --- a/includes/dashboard.php +++ b/includes/dashboard.php @@ -27,7 +27,6 @@ function DisplayDashboard(){ foreach($result[1] as $netmask) { $strNetMask .= long2ip(-1 << (32 -(int)$netmask))." "; } - //$strNetMask = long2ip(-1 << (32 - (int)$result[1][0])); preg_match( '/RX packets:(\d+)/',$strWlan0,$result ) || $result[1] = 'No Data'; $strRxPackets = $result[1]; preg_match( '/TX packets:(\d+)/',$strWlan0,$result ) || $result[1] = 'No Data';