Skip to content

Commit

Permalink
Added slash after login to fix obscure problems on some servers
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Aug 28, 2002
1 parent f06c1d6 commit 2560d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -19,7 +19,7 @@
if (isset($USER->id)) {
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/logout.php\">".get_string("logout")."</A></FONT>";
} else {
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login\">".get_string("login")."</A></FONT>";
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/\">".get_string("login")."</A></FONT>";
}
}
print_header("$site->fullname", "$site->fullname", "", "",
Expand Down

0 comments on commit 2560d13

Please sign in to comment.