Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 15, 2022 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/31fb7decf119a24e3a5195cef8ec68d1 to your computer and use it in GitHub Desktop.
Save parzibyte/31fb7decf119a24e3a5195cef8ec68d1 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fopen=On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-include
allow_url_include=On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment