update thống kê
This commit is contained in:
@@ -73,7 +73,7 @@ class SiteController extends Controller {
|
||||
|
||||
$model = new LoginForm();
|
||||
if ($model->load(Yii::$app->request->post()) && $model->login()) {
|
||||
return $this->redirect(["/dashboard"]);
|
||||
return $this->redirect(["/staff"]);
|
||||
}
|
||||
|
||||
$model->password = '';
|
||||
|
||||
Reference in New Issue
Block a user