chevereto news ping update

1.6 1.6.1
Rodolfo Berrios 2021-12-20 11:15:34 -03:00
parent fb6506d439
commit 938559ad8f
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
2 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,6 @@ if (is_upload_allowed() && (CHV\getSetting('upload_gui') == 'js' || G\is_route('
<?php CHV\Render\show_theme_inline_code('snippets/footer.js'); ?> <?php CHV\Render\show_theme_inline_code('snippets/footer.js'); ?>
<?php CHV\Render\showQueuePixel(); ?>
<?php CHV\Render\showPingPixel(); ?> <?php CHV\Render\showPingPixel(); ?>
<?php echo CHV\getSetting('analytics_code'); ?> <?php echo CHV\getSetting('analytics_code'); ?>

View File

@ -52,6 +52,7 @@ if (
$lock = new Lock('check-updates'); $lock = new Lock('check-updates');
if ($lock->create()) { if ($lock->create()) {
checkUpdates(); checkUpdates();
updateCheveretoNews();
$lock->destroy(); $lock->destroy();
} }
} catch (Exception $e) { } catch (Exception $e) {