Update config.php

This commit is contained in:
Fernando Méndez 2021-05-10 12:47:57 +02:00 committed by GitHub
parent 4fbf70a142
commit 57ef61e293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

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