Minor improvements (#882)

* Minor improvements

* Updated

* Updated

* Updated

* Update privmsg.php

* Updated

* Update admin_attach_cp.php
This commit is contained in:
Roman Kelesidis 2023-09-04 01:01:01 +07:00 committed by GitHub
commit 4b453de64a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 699 additions and 735 deletions

View file

@ -35,7 +35,7 @@ if ($cron_jobs) {
require(CRON_DIR . 'cron_run.php');
// Update cron_last_check
bb_update_config(array('cron_last_check' => TIMENOW + 10));
bb_update_config(['cron_last_check' => TIMENOW + 10]);
} else {
bb_log(date('H:i:s - ') . getmypid() . ' --x- no active jobs found ----------------------------------------------' . LOG_LF, CRON_LOG_DIR . '/cron_check');
}