|
@@ -253,7 +253,7 @@ class MainController extends BackendController
|
|
|
public function actionLogin()
|
|
public function actionLogin()
|
|
|
{
|
|
{
|
|
|
sleep(20);
|
|
sleep(20);
|
|
|
- Yii::info('id:'.$_GET['name']);
|
|
|
|
|
|
|
+ Yii::info('id:'.$_POST['name']);
|
|
|
util::ok();
|
|
util::ok();
|
|
|
if ($this->isLogin) {
|
|
if ($this->isLogin) {
|
|
|
$this->redirect(['main/index']);
|
|
$this->redirect(['main/index']);
|