mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Make config capitalization consistent
This commit is contained in:
parent
0b8ed9101a
commit
31a8bc2d6c
2 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@ error_reporting = E_ALL
|
|||
max_execution_time = 120
|
||||
allow_url_fopen = false
|
||||
allow_url_include = false
|
||||
expose_php = off
|
||||
expose_php = Off
|
||||
|
||||
[Date]
|
||||
date.timezone = Etc/UTC
|
||||
|
||||
[opcache]
|
||||
opcache.validate_timestamps = off
|
||||
opcache.validate_timestamps = Off
|
||||
|
||||
[apcu]
|
||||
apc.shm_size = 64M
|
||||
|
|
|
@ -5,13 +5,13 @@ error_reporting = E_ALL
|
|||
max_execution_time = 120
|
||||
allow_url_fopen = false
|
||||
allow_url_include = false
|
||||
expose_php = off
|
||||
expose_php = Off
|
||||
|
||||
[Date]
|
||||
date.timezone = Etc/UTC
|
||||
|
||||
[opcache]
|
||||
opcache.validate_timestamps = off
|
||||
opcache.validate_timestamps = Off
|
||||
|
||||
[se]
|
||||
se.site_status = "dev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue