Question: Which php.ini directive should be disabled to prevent the execution of a remote PHP script via an include or require construct?
A
B
C
D
E
You cannot disable remote PHP script execution
B
curl.enabled
C
allow_remote_url
D
allow_url_fopen
E
allow_require
Note: Not available