inserita gestione cambio password utenti proxy
This commit is contained in:
10
proxy/ext/logout_proxy.php
Normal file
10
proxy/ext/logout_proxy.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
include_once ("../../core/config.php");
|
||||
include_once ("function_proxy.php");
|
||||
login_proxy();
|
||||
session_name("authmail");
|
||||
session_start();
|
||||
$_SESSION['auth'] = 0;
|
||||
session_destroy();
|
||||
header('Location: main.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user