From 5231fd0320b4e74fcb42dbf4925d37017e634edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Thu, 6 May 2021 10:42:30 +0200 Subject: [PATCH] Update config.php --- assets/php/config.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/assets/php/config.php b/assets/php/config.php index 670f787..0311826 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -31,9 +31,4 @@ require_once('template.php'); $template = new Template(); $prefix = $template->get_prefix(); - - //DepuraciĆ³n (BORRAR): - ini_set('display_errors', 1); - ini_set('display_startup_errors', 1); - error_reporting(E_ALL); -?> \ No newline at end of file +?>