Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-03 15:11:59 +02:00
committed by GitHub
parent fb7f5cb42b
commit 74b79fbff1
7 changed files with 158 additions and 14 deletions

View File

@ -21,4 +21,9 @@
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);
?>