Commit 55af8b81e85a6ed64f170ee6ab039b2fb8e2e9bd

Authored by Guilherme Andrade Del Cantoni
1 parent 26d56154
Exists in master

Ajustes complementares para tratamento de erro

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
sei/sei.ini
1 1 [php]
2 2 error_reporting = E_ALL | E_STRICT
  3 +display_errors = On
  4 +display_startup_errors = On
  5 +track_errors = On
  6 +html_errors = On
3 7 post_max_size=100M
4 8 upload_max_filesize=90M
5 9 default_charset = "iso-8859-1"
... ...