Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-04 23:59:51 +02:00
committed by GitHub
parent c0cbc85ff9
commit 505fc87698
2 changed files with 9 additions and 8 deletions

View File

@ -53,7 +53,7 @@
* @see http://php.net/manual/en/language.types.callable.php
*/
register_shutdown_function(array($app, 'shutdown'));
//Depuración (BORRAR):
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);