<?php session_start(); $_SESSION['id_user_admin'] = ""; $_SESSION['nombre_admin'] = ""; header('Location: ../log.php'); ?>