diff --git a/admin/delete.php b/admin/delete.php index 2e70e5ae3458d..a784ebf1bf3df 100644 --- a/admin/delete.php +++ b/admin/delete.php @@ -17,12 +17,12 @@ $deletedir = $CFG->dataroot; // The directory to delete! if (empty($sure)) { - notice_yesno ('Are you completely sure you want to delete everything inside the directory '. $deletedir .' ?', 'delete.php?sure=yes&sesskey='.sesskey(), 'index.php'); + notice_yesno ('Are you completely sure you want to delete everything inside the directory '. $deletedir .' ?', 'delete.php?sure=yes&sesskey='.set_user_sesskey(), 'index.php'); exit; } if (empty($reallysure)) { - notice_yesno ('Are you REALLY REALLY completely sure you want to delete everything inside the directory '. $deletedir .' (this includes all user images, and any other course files that have been created) ?', 'delete.php?sure=yes&reallysure=yes&sesskey='.sesskey(), 'index.php'); + notice_yesno ('Are you REALLY REALLY completely sure you want to delete everything inside the directory '. $deletedir .' (this includes all user images, and any other course files that have been created) ?', 'delete.php?sure=yes&reallysure=yes&sesskey='.set_user_sesskey(), 'index.php'); exit; }