//复现地址:https://buuoj.cn/challenges
开启环境后得到的一个表情~ 查看源代码可以发现还有个source.php
进入source.php,获得源码一份
<?php
highlight_file(__FILE__);
class emmm
{
public static function checkFile(&$page)
{
$whitelist = ["source"=>"source.php","hint"=>"hint.php"];
if (! isset($page) || !is_string($page)) {
echo "you can't see it";
return false;
}
if (in_array($pag