摘要: 题目如下: <?php if(isset($_GET['c'])){ $c=$_GET['c']; if(!preg_match("/\:|\/|\\\/i",$c)){ include($c.".php"); } }else{ highlight_file(__FILE__); } ?> 此处为文 阅读全文
posted @ 2021-11-21 23:03 p40h33 阅读(659) 评论(0) 推荐(0)