From b6508d63447c12850ef34a048c8f643fce8845f8 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 10 Sep 2006 11:04:17 +0000 Subject: [PATCH] fixed proper redirection url in login - missing trailing slash for directory --- login/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/index.php b/login/index.php index 26d35670fe..b572ab0d43 100644 --- a/login/index.php +++ b/login/index.php @@ -175,7 +175,7 @@ } else { // no wantsurl stored or external - go to homepage - $urltogo = $CFG->wwwroot; + $urltogo = $CFG->wwwroot.'/'; unset($SESSION->wantsurl); } -- 2.39.5