This commit is contained in:
arraykeys
2022-09-20 13:13:29 +08:00
parent e8494c83a9
commit 3eb0a8fe37
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -2244,7 +2244,8 @@ control.php内容如下:
<?php <?php
#接收proxy post过来的数据 #接收proxy post过来的数据
$userArr=explode(",",$_POST['user']); $userArr=explode(",",$_POST['user']);
$ipArr=$_GET['ip']; $ipArr=$_POST['ip'];
$connsInfo=json_deocode($_POST['conns']);
//无效用户列表 //无效用户列表
$badUsers=[]; $badUsers=[];
+2 -1
View File
@@ -2018,7 +2018,8 @@ control.php内容如下:
<?php <?php
#接收proxy post过来的数据 #接收proxy post过来的数据
$userArr=explode(",",$_POST['user']); $userArr=explode(",",$_POST['user']);
$ipArr=$_GET['ip']; $ipArr=$_POST['ip'];
$connsInfo=json_deocode($_POST['conns']);
//无效用户列表 //无效用户列表
$badUsers=[]; $badUsers=[];