Update config.php

This commit is contained in:
Fernando Méndez 2021-05-06 10:42:30 +02:00 committed by GitHub
parent 89669ce53e
commit 5231fd0320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

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