From e9c1c882974048e0e7c276daac4a024bbd576c95 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 24 Nov 2018 13:31:18 -0500 Subject: [PATCH] manejo de session --- js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index beb5bda..2e3b736 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -12,7 +12,7 @@ if(restante == 1 ){ //alert(transcurrido); - location.href="./includes/salir.php"; + location.href="./salir.php"; }else{ setTimeout("revisarSession()",2000) ; }