11 lines
187 B
PHP
Executable File
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');
|
|
?>
|