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:
parent
47f6366bf9
commit
29aabf1bbe
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user