摘要: 阅读全文
posted @ 2018-04-13 14:45 yahn~ 阅读(135) 评论(0) 推荐(0)
摘要: <?php require 'common.php';error_reporting(E_ALL);date_default_timezone_set('PRC'); //判断登录if (!isset($_SESSION['uname']) || empty($_SESSION['uname'])) 阅读全文
posted @ 2018-04-13 09:50 yahn~ 阅读(169) 评论(0) 推荐(0)