Update r_repair.php (Remove Extra Parameter)

kleeja_check_form_key_get have just one argument
This commit is contained in:
Hani Rouatbi
2022-10-15 11:02:55 +01:00
committed by GitHub
parent 3974a2f4a4
commit aed7eb80c0

View File

@@ -192,7 +192,7 @@ break;
//toggle admin start boxes
case 'toggle_start_box':
if (! kleeja_check_form_key_get('adm_start_actions', 3600))
if (! kleeja_check_form_key_get('adm_start_actions'))
{
header('HTTP/1.1 405 Method Not Allowed');
$adminAjaxContent = $lang['INVALID_FORM_KEY'];