mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Cron subsystem rework. Environments.
This commit is contained in:
parent
d9060d55d9
commit
18aeb3e9d5
91 changed files with 865 additions and 834 deletions
|
@ -70,6 +70,7 @@ switch ($mode) {
|
|||
|
||||
$datastore->enqueue(array(
|
||||
'moderators',
|
||||
'cat_forums',
|
||||
));
|
||||
|
||||
$moderators = array();
|
||||
|
|
|
@ -123,7 +123,7 @@ switch ($mode) {
|
|||
|
||||
case 'unlock_cron':
|
||||
|
||||
cron_enable_board();
|
||||
TorrentPier\Helpers\CronHelper::enableBoard();
|
||||
|
||||
$this->response['unlock_cron_html'] = '<span class="seed bold">' . $lang['ADMIN_UNLOCKED'] . '</span>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue