VPN-Management-GUI 2.0.3 porting start
This commit is contained in:
9
Admin/Modules/Squid/delbl.php
Executable file
9
Admin/Modules/Squid/delbl.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
$path = $_REQUEST["path"];
|
||||
include ($_SERVER["DOCUMENT_ROOT"]."/Site/checkadmin.php");
|
||||
include ($_SERVER["DOCUMENT_ROOT"]."/Site/mysql.php");
|
||||
$ret = passthru("echo > ".db_getconfval("sqddir")."/blacklist");
|
||||
echo $ret;
|
||||
header ("Location: ".$path."&uebergabe=1&uebergabe2=2");
|
||||
?>
|
Reference in New Issue
Block a user