Files
pannello/core/logout.php
2015-10-14 10:59:50 +02:00

11 lines
186 B
PHP
Executable File

<?php
include_once ("config.php");
login();
logga ("Uscita");
session_name("AllegatiSW");
session_start();
$_SESSION['auth'] = 0;
session_destroy();
header('Location: ../index.php');
?>