Fixed a little link to login page

This commit is contained in:
martin
2002-09-27 13:44:52 +00:00
parent d51c583d3c
commit 555bdfc813
+1 -1
View File
@@ -223,7 +223,7 @@
if (! record_exists_sql("SELECT * FROM user_admins")) { // No admin user yet
redirect("$CFG->wwwroot/admin/user.php");
}
error("You need to be an admin user to use this page.", "$CFG->wwwroot/login/");
error("You need to be an admin user to use this page.", "$CFG->wwwroot/login/index.php");
}