From 307dc26b041ad4e893ec63514a43e043ef8628d6 Mon Sep 17 00:00:00 2001 From: humano Date: Sun, 17 Feb 2019 14:34:53 -0500 Subject: [PATCH] mejoras en login --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 28e0026..4dd842e 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5279,7 +5279,7 @@ $resultado = "
"; -if(!isset($_SESSION['id'])){ print $resultado; }else { +if(!isset($_SESSION['id'])){ print $resultado; return;}else { //print $nuevo ; }