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

11 lines
187 B
PHP
Executable File

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