Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

0527.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

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