Skip to content

Commit 061b41d

Browse files
authored
test
1 parent 22b33cf commit 061b41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku/html/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
echo '<pre>';
88

9-
$FF_TOKEN = $_GET('ff-token');
9+
$FF_TOKEN = $_GET['ff-token'] ?? '';
1010
if ($FF_TOKEN !== getenv('FF_TOKEN')) {
1111
die('你没有权限触发执行');
1212
}

0 commit comments

Comments
 (0)