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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

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