Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-10 18:15:58 +02:00
committed by GitHub
parent 9da5b9310b
commit 63d18e5ba3
18 changed files with 22 additions and 19 deletions

View File

@ -44,4 +44,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);
?>