Update validate.php

This commit is contained in:
Fernando Méndez
2021-04-06 21:17:34 +02:00
committed by GitHub
parent 8cd44a126d
commit 52d7f630b2

View File

@ -1,11 +1,6 @@
<?php
session_start();
//Depuración (BORRAR):
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
//HTML template:
require_once('../assets/php/template.php');
$template = new Template();
@ -60,4 +55,4 @@
</body>
</html>
</html>