mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +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
|
//toggle admin start boxes
|
||||||
case 'toggle_start_box':
|
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');
|
header('HTTP/1.1 405 Method Not Allowed');
|
||||||
$adminAjaxContent = $lang['INVALID_FORM_KEY'];
|
$adminAjaxContent = $lang['INVALID_FORM_KEY'];
|
||||||
|
|||||||
Reference in New Issue
Block a user