Commit 26d561543aad360c720a316df6729138b4001de4

Authored by Guilherme Andrade Del Cantoni
1 parent 828a3ccf
Exists in master

Configuração do PHP Strict Mode

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