admin/module.php is now using sesskey.

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7
2004-10-03 09:48:08 +00:00
parent 48ba274660
commit ebfff4e014
10 changed files with 14 additions and 4 deletions
+3
View File
@@ -13,6 +13,9 @@
error("Site isn't defined!");
}
if (!confirm_sesskey()) {
error(get_string('confirmsesskeybad', 'error'));
}
/// If data submitted, then process and store.