mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Fixed php notices log messages.
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
This commit is contained in:
@@ -332,6 +332,7 @@ function DisplayTorProxyConfig(){
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button></div>';
|
||||
}
|
||||
|
||||
$arrConfig = array();
|
||||
foreach( $return as $a ) {
|
||||
if( $a[0] != "#" ) {
|
||||
$arrLine = explode( " ",$a) ;
|
||||
|
Reference in New Issue
Block a user