Update validate.php
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user