And another one:
File: /lib/wfScan.php
Find line 15:
if( $_GET['test'] == '1'){
Replace with:
if( isset( $_GET['test'] ) && $_GET['test'] == '1'){
And another one:
File: /lib/wfScan.php
Find line 15:
if( $_GET['test'] == '1'){
Replace with:
if( isset( $_GET['test'] ) && $_GET['test'] == '1'){