摘要:
例题: <?php class secret{ var $file='index.php';//覆盖这里的index public function __construct($file){ $this->file=$file; } function __destruct(){ include_onc 阅读全文
摘要:
例题: <?php include("flag.php"); class just4fun { var $enter; var $secret; } if (isset($_GET['pass'])) { $pass = $_GET['pass']; $pass=str_replace('*','\ 阅读全文