From 29aabf1bbe3434a03028981e18eab3eac3d9418a Mon Sep 17 00:00:00 2001 From: Lawrence Date: Wed, 4 Oct 2017 00:15:53 +0800 Subject: [PATCH] Removing debug code --- includes/dashboard.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/dashboard.php b/includes/dashboard.php index 234d6bc..a4e4103 100755 --- a/includes/dashboard.php +++ b/includes/dashboard.php @@ -14,8 +14,6 @@ function DisplayDashboard(){ $strWlan0 = implode( " ", $return ); $strWlan0 = preg_replace( '/\s\s+/', ' ', $strWlan0 ); - var_dump($strWlan0); - // Parse results from ifconfig/iwconfig preg_match( '/link\/ether ([0-9a-f:]+)/i',$strWlan0,$result ) || $result[1] = 'No MAC Address Found'; $strHWAddress = $result[1];