Update config.php

This commit is contained in:
Fernando Méndez
2021-05-03 15:12:57 +02:00
committed by GitHub
parent 74b79fbff1
commit 0d394cf2f6

View File

@ -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);
?>
?>