mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
Update r_repair.php (Remove Extra Parameter)
kleeja_check_form_key_get have just one argument
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user