diff --git a/index.php b/index.php index 7453210..fcffa38 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ processRequests(); ?> + $xajax->processRequests(); + + $timestamp=time(); + setcookie("timestamp",$timestamp,($timestamp + 5000)); + $_SESSION['timestamp']= $timestamp; + ?> @@ -1133,7 +1138,16 @@ $panel_aplicaciones = panel_aplicaciones('1',"",""); ;} - + if(isset($_SESSION['id'])){ + $form_tiempo_session = " +
  • + +
  • "; } else{ $form_tiempo_session = "";} if($tema=="") { $barra=" @@ -1166,6 +1180,7 @@ $panel_aplicaciones = panel_aplicaciones('1',"",""); ".aplicaciones_listado("$id_empresa",'','nav','')." + $form_tiempo_session @@ -1333,7 +1349,7 @@ document.oncopy = addLink; - +