1
hello every one i need to know how to turn off this 'allow_url_fopen' : on Not secure
This setting allows attackers to execute arbitrary scripts on remote servers.
Only administrator can change this option.
If you are an admin, edit php.ini or httpd.conf.
Sample of httpd.conf:
php_admin_flag allow_url_fopen off
Else, claim it to your administrators. and i didn't know how to edit the php.ini and i didn't know where to find php.ini or httpd.conf ... please tell me the steps to turn this off ...
Thank you ...