chevereto news ping update
This commit is contained in:
parent
fb6506d439
commit
938559ad8f
2 changed files with 1 additions and 2 deletions
|
@ -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\showQueuePixel(); ?>
|
||||
|
||||
<?php CHV\Render\showPingPixel(); ?>
|
||||
|
||||
<?php echo CHV\getSetting('analytics_code'); ?>
|
||||
|
|
|
@ -52,6 +52,7 @@ if (
|
|||
$lock = new Lock('check-updates');
|
||||
if ($lock->create()) {
|
||||
checkUpdates();
|
||||
updateCheveretoNews();
|
||||
$lock->destroy();
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
|
|
Loading…
Reference in a new issue