Removed debug output

pull/4/head v1.0
Bill Zimmerman 9 years ago
parent 22d0f9d50e
commit 5f8dce6271

@ -164,7 +164,6 @@ function DisplayDashboard(){
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-body">
<h4>Interface Information</h4>
Interface Name : wlan0<br />
IP Address : <?php echo $strIPAddress ?><br />
@ -176,7 +175,6 @@ function DisplayDashboard(){
Received Bytes : <?php echo $strRxBytes ?><br /><br />
Transferred Packets : <?php echo $strTxPackets ?><br />
Transferred Bytes : <?php echo $strTxBytes ?><br />
</div><!-- /.panel-body -->
</div><!-- /.panel-default -->
</div><!-- /.col-md-6 -->
@ -270,8 +268,6 @@ update_config=1
}
}
}
var_dump($config);
exec( "echo '$config' > /tmp/wifidata", $return );
system( 'sudo cp /tmp/wifidata ' . RASPI_WPA_SUPPLICANT_CONFIG, $returnval );
if( $returnval == 0 ) {

Loading…
Cancel
Save