Inizializzazione
This commit is contained in:
10
logout.php
Executable file
10
logout.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
include_once ("php/config.php");
|
||||
login();
|
||||
logga ("Uscita");
|
||||
session_name("AllegatiSW");
|
||||
session_start();
|
||||
$_SESSION['auth'] = 0;
|
||||
session_destroy();
|
||||
header('Location: index.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user