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