[multi-enrol]Fixed a wrong URL

This commit is contained in:
martinlanghoff 2006-03-09 02:54:40 +00:00
parent f9667a5aea
commit b31c216293

View File

@ -49,7 +49,7 @@
print_header("$site->shortname: $str->enrolmentplugins", "$site->fullname",
"<a href=\"index.php\">$str->administration</a> ->
<a href=\"users.php\">$str->users</a> ->
<a href=\"enrol.php\">$str->enrolmentplugins</a> ->
<a href=\"enrol.php?sesskey=$USER->sesskey\">$str->enrolmentplugins</a> ->
$str->configuration");
echo "<form target=\"{$CFG->framename}\" name=\"enrolmenu\" method=\"post\" action=\"enrol_config.php\">";