Skip to content

Commit a7e7955

Browse files
authored
Insert missing equal signs ("=") in example php.ini
1 parent 5f48ecf commit a7e7955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; This file attempts to overwrite the original php.ini file. Doesnt always work.
22

33
magic_quotes_gpc = Off
4-
allow_url_fopen on
5-
allow_url_include on
4+
allow_url_fopen = on
5+
allow_url_include = on

0 commit comments

Comments
 (0)