Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snail007 committed Sep 20, 2022
1 parent e8494c8 commit 3eb0a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,8 @@ control.php内容如下:
<?php
#接收proxy post过来的数据
$userArr=explode(",",$_POST['user']);
$ipArr=$_GET['ip'];
$ipArr=$_POST['ip'];
$connsInfo=json_deocode($_POST['conns']);

//无效用户列表
$badUsers=[];
Expand Down
3 changes: 2 additions & 1 deletion docs/manual/zh/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,8 @@ control.php内容如下:
<?php
#接收proxy post过来的数据
$userArr=explode(",",$_POST['user']);
$ipArr=$_GET['ip'];
$ipArr=$_POST['ip'];
$connsInfo=json_deocode($_POST['conns']);

//无效用户列表
$badUsers=[];
Expand Down

0 comments on commit 3eb0a8f

Please sign in to comment.