<<< Previous question <<< Question ID#0527.md >>> Next question >>>
Which php.ini directive should be disabled to prevent the execution of a remote PHP script via an include or require construct?
- A) allow_url_fopen
- B) You cannot disable remote PHP script execution
- C) curl.enabled
- D) allow_remote_url
Answer
Answer: A