admin/module.php is now using sesskey.
Merged from MOODLE_14_STABLE
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
error("Site isn't defined!");
|
||||
}
|
||||
|
||||
if (!confirm_sesskey()) {
|
||||
error(get_string('confirmsesskeybad', 'error'));
|
||||
}
|
||||
|
||||
/// If data submitted, then process and store.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user