Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-03 15:18:17 +02:00
committed by GitHub
parent 0d394cf2f6
commit 1aa3d0d77a
3 changed files with 21 additions and 7 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);
?>