admin/editor.php is now using sesskey.
Merged from MOODLE_14_STABLE
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<form method="post" action="<?php print($GLOBALS['ME']);?>">
|
||||
<input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>">
|
||||
<table border="0" cellpadding="4" cellspacing="2">
|
||||
<tr valign="top">
|
||||
<td align="right"><p>htmleditor:</td>
|
||||
@@ -76,6 +77,7 @@
|
||||
</form>
|
||||
|
||||
<form method="post" action="<?php print($GLOBALS['ME']);?>">
|
||||
<input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>">
|
||||
<center>
|
||||
<input type="submit" name="resettodefaults" value="<?php print_string('editorresettodefaults') ?>" />
|
||||
</center>
|
||||
|
||||
Reference in New Issue
Block a user