mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Fixes #188. Thanks @bluthen
This commit is contained in:
		| @@ -126,7 +126,7 @@ function DisplayWPAConfig(){ | ||||
|   exec( 'sudo wpa_cli -i ' . RASPI_WIFI_CLIENT_INTERFACE . ' scan' ); | ||||
|   sleep(3); | ||||
|   exec( 'sudo wpa_cli -i ' . RASPI_WIFI_CLIENT_INTERFACE . ' scan_results',$scan_return ); | ||||
|   for( $shift = 0; $shift < 2; $shift++ ) { | ||||
|   for( $shift = 0; $shift < 1; $shift++ ) { | ||||
|     array_shift($scan_return); | ||||
|   } | ||||
|   // display output | ||||
|   | ||||
		Reference in New Issue
	
	Block a user