mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update ajax.php
This commit is contained in:
parent
424221fbdd
commit
809971ff5c
2
ajax.php
2
ajax.php
@ -146,7 +146,7 @@ class ajax_common
|
|||||||
{
|
{
|
||||||
if (!DBG_USER) $this->ajax_die($lang['BOARD_DISABLE']);
|
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']);
|
$this->ajax_die($lang['BOARD_DISABLE_CRON']);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user