Skip to content

Commit

Permalink
Update main.php
Browse files Browse the repository at this point in the history
修复鉴权问题
  • Loading branch information
MuWinds authored Nov 21, 2022
1 parent c187711 commit 0a41a7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
$enable_scene = json_decode($zbp->Config('zblogofcloudflare')->EnableScene, true);

if (count($_POST) > 0) {
CheckIsRefererValid();

$zbp->Config('zblogofcloudflare')->ZoneID = GetVars('ZoneID', 'POST');
$zbp->Config('zblogofcloudflare')->APIToken = GetVars('APIToken', 'POST');

Expand Down

0 comments on commit 0a41a7b

Please sign in to comment.