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 22, 2022
1 parent 0a41a7b commit ad89a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$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 ad89a69

Please sign in to comment.