diff --git a/ground/controllers/IndexController.php b/ground/controllers/IndexController.php index 3213afd..4a0fe06 100644 --- a/ground/controllers/IndexController.php +++ b/ground/controllers/IndexController.php @@ -140,7 +140,7 @@ class IndexController extends Controller } App::userLogin($user); - App::redirect('/'); + App::redirect($_SERVER['HTTP_REFERER']); } static function actionSitemap()