fixed proper redirection url in login - missing trailing slash for directory

This commit is contained in:
skodak 2006-09-10 11:04:17 +00:00
parent 613bbd7c2b
commit b6508d6344

View File

@ -175,7 +175,7 @@
} else {
// no wantsurl stored or external - go to homepage
$urltogo = $CFG->wwwroot;
$urltogo = $CFG->wwwroot.'/';
unset($SESSION->wantsurl);
}