This commit is contained in:
stronk7 2003-05-22 22:12:32 +00:00
parent 7c934d06ed
commit 6157b82c7b

View file

@ -11,7 +11,7 @@
//Check login
require_login();
//Check admin
if (!isadmin()) {
error("You need to be an admin user to use this page.", "$CFG->wwwroot/login/index.php");