- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
587 B
INI
Executable File
17 lines
587 B
INI
Executable File
; 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)
|
|
|
|
[PHP]
|
|
display_errors = Off
|
|
max_execution_time = -1
|
|
max_input_time = 90
|
|
max_input_vars = 1000
|
|
memory_limit = 14000M
|
|
post_max_size = 50M
|
|
session.gc_maxlifetime = 1440
|
|
session.save_path = "/var/cpanel/php/sessions/ea-php82"
|
|
upload_max_filesize = 50M
|
|
zlib.output_compression = Off
|