admin/editor.php is now using sesskey.

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7
2004-10-03 00:07:27 +00:00
parent 1c2614a1f1
commit e2b459ad22
4 changed files with 11 additions and 5 deletions
+2
View File
@@ -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>