Update ajax.php

This commit is contained in:
Roman Kelesidis 2024-06-30 23:59:44 +07:00
parent 102bdb5923
commit 58d8ffe10e

View File

@ -148,12 +148,12 @@ class ajax_common
{
$this->ajax_die($lang['BOARD_DISABLE']);
}
elseif (file_exists(BB_DISABLED))
}
if (file_exists(BB_DISABLED))
{
$this->ajax_die($lang['BOARD_DISABLE_CRON']);
}
}
}
// Auth check
switch ($action_params[AJAX_AUTH])