From 4810904059fc4e815e8fabc9b1690703a51f8073 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 15 Nov 2014 14:25:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=82=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=83=D1=8E=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=83?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()