摘要: 1、文件路径:phpcms\modules\admin\index.php//不为口令卡验证 if (!isset($_GET['card'])) { $username = isset($_POST['username']) ? trim($_POST['username']) : showmessage(L('nameerror'),HTTP_REFERER);$code = isset($_POST['code']) && trim($_POST['code']) ? trim 阅读全文
posted @ 2014-02-21 18:13 skill 阅读(505) 评论(0) 推荐(0)