Fix path
This commit is contained in:
10
core/logout.php
Executable file
10
core/logout.php
Executable 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');
|
||||
?>
|
||||
Reference in New Issue
Block a user