摘要: // 判断是否登陆过 if(isset($_COOKIE['admin'])){ // 页面跳转 header('location:Phoenix.php'); } // 登陆成功设置cookie if($_POST){ $yonghu = trim($_POST['yonghu']); $mima 阅读全文
posted @ 2020-08-04 13:35 梦魇之瞳 阅读(140) 评论(0) 推荐(0)