From 0d394cf2f6aab8d80014214ee05e0271bf6188c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Mon, 3 May 2021 15:12:57 +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 fc77f87..e2f91e8 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -21,9 +21,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 +?>