We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b33cf commit 061b41dCopy full SHA for 061b41d
heroku/html/index.php
@@ -6,7 +6,7 @@
6
7
echo '<pre>';
8
9
-$FF_TOKEN = $_GET('ff-token');
+$FF_TOKEN = $_GET['ff-token'] ?? '';
10
if ($FF_TOKEN !== getenv('FF_TOKEN')) {
11
die('你没有权限触发执行');
12
}
0 commit comments