Rename internal PHP config variable

This commit is contained in:
Alex Cabal 2024-05-14 15:47:29 -05:00
parent a9eab552ab
commit 3c54255775
3 changed files with 5 additions and 5 deletions

View file

@ -22,5 +22,5 @@ opcache.validate_timestamps = Off
[apcu]
apc.shm_size = 64M
[se]
se.site_status = "live"
[app]
app.site_status = "live"

View file

@ -16,5 +16,5 @@ date.timezone = Etc/UTC
[opcache]
opcache.validate_timestamps = Off
[se]
se.site_status = "dev"
[app]
app.site_status = "dev"