cPanel PHP INI additions
This commit is contained in:
parent
7151d3b933
commit
118c76fa6d
2 changed files with 14 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@ content/.htaccess
|
|||
custom/data/**/*.csv
|
||||
custom/listmonk-config.php
|
||||
content/error_log
|
||||
content/.user.ini
|
||||
content/php.ini
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue