Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-13 00:10:19 +02:00
committed by GitHub
parent a6f37400e7
commit 4d59424d02
5 changed files with 62 additions and 117 deletions

View File

@ -46,4 +46,9 @@
* @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);
error_reporting(E_ALL);
?>