diff --git a/index.php b/index.php index e6821fd..231b8b8 100644 --- a/index.php +++ b/index.php @@ -1108,7 +1108,11 @@ $uri = $_SERVER['REQUEST_URI']; '; } + /// echo " "; + + if(isset($_SESSION['id'])){ $boton_ingresar="
  • $_SESSION[username]
  • SALIR
  • ";} + else{$boton_ingresar="
  • Ingresar
  • ";} if($tema=="") { $barra=" @@ -1141,7 +1145,7 @@ $uri = $_SERVER['REQUEST_URI'];