pull/539/head
arraykeys 2 years ago
parent e8494c83a9
commit 3eb0a8fe37

@ -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=[];

@ -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=[];

Loading…
Cancel
Save