1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Removing debug code

This commit is contained in:
Lawrence 2017-10-04 00:15:53 +08:00
parent 47f6366bf9
commit 29aabf1bbe

View File

@ -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];