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 +?>