From 809971ff5cb1471dde4f2f0811290faa74231d98 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 1 Jul 2024 00:21:54 +0700 Subject: [PATCH] Update ajax.php --- ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax.php b/ajax.php index 14b06cd1..48dc59f1 100644 --- a/ajax.php +++ b/ajax.php @@ -146,7 +146,7 @@ class ajax_common { if (!DBG_USER) $this->ajax_die($lang['BOARD_DISABLE']); } - elseif (file_exists(BB_DISABLED)) + else if (file_exists(BB_DISABLED)) { $this->ajax_die($lang['BOARD_DISABLE_CRON']); }