release 1.3.19

This commit is contained in:
Newcomer1989
2021-12-21 20:40:13 +01:00
parent cf8b029a3f
commit 575e215e0b
244 changed files with 33467 additions and 171 deletions

View File

@@ -4,7 +4,7 @@ function update_groups($ts3,$mysqlcon,$lang,$cfg,$dbname,$serverinfo,&$db_cache,
$nowtime = time();
$sqlexec = '';
if($db_cache['job_check']['update_groups']['timestamp'] < ($nowtime - 4)) {
if($db_cache['job_check']['update_groups']['timestamp'] < ($nowtime - 6)) {
$db_cache['job_check']['update_groups']['timestamp'] = $nowtime;
$sqlexec .= "UPDATE `$dbname`.`job_check` SET `timestamp`={$nowtime} WHERE `job_name`='update_groups';\n";
try {