This commit is contained in:
cmaffio
2015-10-14 10:59:50 +02:00
parent a158016e78
commit 6c42d75681
53 changed files with 363 additions and 877 deletions

10
core/logout.php Executable file
View File

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