Skip to content

Commit

Permalink
A fix to help some misconfigured sites (without DirectoryIndex)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 7, 2004
1 parent 2ec0b1e commit e6d8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -31,7 +31,7 @@
} else {
$currlang = current_language();
$langs = get_list_of_languages();
$langmenu = popup_form ("$CFG->wwwroot/?lang=", $langs, "chooselang", $currlang, "", "", "", true);
$langmenu = popup_form ("$CFG->wwwroot/index.php?lang=", $langs, "chooselang", $currlang, "", "", "", true);
}

print_header(strip_tags($site->fullname), "$site->fullname", "home", "",
Expand Down

0 comments on commit e6d8258

Please sign in to comment.