Changed some sesskey behaviours SC#73 (admin part)

This commit is contained in:
stronk7 2005-01-22 20:53:28 +00:00
parent 0fc48cbfa5
commit 7a0a2f49fc

View file

@ -34,7 +34,7 @@
get_string('adminhelpmanagemodules')); get_string('adminhelpmanagemodules'));
$table->data[] = array("<strong><a href=\"blocks.php\">". get_string('manageblocks') .'</a></strong>', $table->data[] = array("<strong><a href=\"blocks.php\">". get_string('manageblocks') .'</a></strong>',
get_string('adminhelpmanageblocks')); get_string('adminhelpmanageblocks'));
$table->data[] = array("<strong><a href=\"filters.php?sesskey=$USER->sesskey\">". get_string('managefilters') .'</a></strong>', $table->data[] = array("<strong><a href=\"filters.php\">". get_string('managefilters') .'</a></strong>',
get_string('adminhelpmanagefilters')); get_string('adminhelpmanagefilters'));
if (!isset($CFG->disablescheduledbackups)) { if (!isset($CFG->disablescheduledbackups)) {
$table->data[] = array("<strong><a href=\"backup.php?sesskey=$USER->sesskey\">".get_string("backup")."</a></strong>", $table->data[] = array("<strong><a href=\"backup.php?sesskey=$USER->sesskey\">".get_string("backup")."</a></strong>",