增加用户登录

This commit is contained in:
Anyon 2017-02-10 01:24:46 -05:00
parent 48942b23d1
commit e6d55c8126

View File

@ -19,6 +19,7 @@ class Login extends Controller {
*/
public function index() {
if ($this->request->isGet()) {
$this->assign('ptitle', '用户登录');
return $this->fetch();
} else {
$username = $this->request->post('username', '', 'trim');