mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 17:10:26 +00:00
Still removing debug code
This commit is contained in:
parent
29aabf1bbe
commit
1fcb82ff8d
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue