Skip to content

Commit

Permalink
fix(web/ez-http): 修复警告 (#12)
Browse files Browse the repository at this point in the history
* feat(web/ez-http): 添加构建文件和题目信息

* ci(web/ez-http): 添加工作流文件

* fix(web/ez-http): 使用 `HTTP_X_FORWARDED_FOR` 判断来源 IP

* refactor(web/ez-http): 优化代码结构,消除警告

* fix(web/ez-http): 修复警告
  • Loading branch information
13m0n4de authored Sep 5, 2024
1 parent ac4af51 commit f1b4c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/web/ez_http/build/html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
exit;
}

echo "flag在小饼干里!";
setcookie("flag", file_get_contents("/flag"));
echo "flag在小饼干里!";

0 comments on commit f1b4c5a

Please sign in to comment.