Files
pannello/logout.php
2015-10-08 11:41:53 +02:00

11 lines
188 B
PHP
Executable File

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