Files

5 lines
97 B
PHP
Raw Permalink Normal View History

<?php
session_start();
session_destroy();
header('Location: ../pagina/admin.php');
?>