diff --git a/include/tests_php b/include/tests_php index 685a3165..98e5abf6 100644 --- a/include/tests_php +++ b/include/tests_php @@ -226,7 +226,7 @@ FIND=`egrep -i 'allow_url_fopen.*(off|no|0)' ${PHPINIFILE} | grep -v '^;'` if [ "${FIND}" = "" ]; then Display --indent 4 --text "- Checking allow_url_fopen option" --result "${STATUS_ON}" --color YELLOW - Report "Result: allow_url_fopen option is turned on, which can be used for riskful downloads via PHP" + LogText "Result: allow_url_fopen option is turned on, which can be used for riskful downloads via PHP" ReportSuggestion ${TEST_NO} "Change the allow_url_fopen line to: allow_url_fopen = Off, to disable downloads via PHP" AddHP 0 1 else