Make config capitalization consistent

This commit is contained in:
Alex Cabal 2022-12-22 23:14:06 -06:00
parent 0b8ed9101a
commit 31a8bc2d6c
2 changed files with 4 additions and 4 deletions

View file

@ -8,13 +8,13 @@ error_reporting = E_ALL
max_execution_time = 120 max_execution_time = 120
allow_url_fopen = false allow_url_fopen = false
allow_url_include = false allow_url_include = false
expose_php = off expose_php = Off
[Date] [Date]
date.timezone = Etc/UTC date.timezone = Etc/UTC
[opcache] [opcache]
opcache.validate_timestamps = off opcache.validate_timestamps = Off
[apcu] [apcu]
apc.shm_size = 64M apc.shm_size = 64M

View file

@ -5,13 +5,13 @@ error_reporting = E_ALL
max_execution_time = 120 max_execution_time = 120
allow_url_fopen = false allow_url_fopen = false
allow_url_include = false allow_url_include = false
expose_php = off expose_php = Off
[Date] [Date]
date.timezone = Etc/UTC date.timezone = Etc/UTC
[opcache] [opcache]
opcache.validate_timestamps = off opcache.validate_timestamps = Off
[se] [se]
se.site_status = "dev" se.site_status = "dev"