cPanel PHP INI additions

This commit is contained in:
Ruben Solvang 2026-01-20 21:20:02 +01:00
parent 7151d3b933
commit 118c76fa6d
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ content/.htaccess
custom/data/**/*.csv
custom/listmonk-config.php
content/error_log
content/.user.ini
content/php.ini

View file

@ -19,3 +19,15 @@ DirectorySlash Off
AddHandler application/x-httpd-alt-php84 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php8_module>
php_value date.timezone "Europe/Paris"
</IfModule>
<IfModule lsapi_module>
php_value date.timezone "Europe/Paris"
</IfModule>
# END cPanel-generated php ini directives, do not edit