mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Now actions for meta-courses (add, delete...) are using sesskey.
This commit is contained in:
parent
e5a7b7082c
commit
9da0673aba
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
<form name="studentform" id="studentform" method="post" action="importstudents.php">
|
||||
<input type="hidden" name="previoussearch" value="<?php echo $previoussearch ?>">
|
||||
<input type="hidden" name="sesskey" value="<?php echo sesskey() ?>">
|
||||
<input type="hidden" name="id" value="<?php echo $id?>">
|
||||
<table align="center" border="0" cellpadding="5" cellspacing="0">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue