1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Added cache buster for view templates

This commit is contained in:
Eldad Fux 2020-02-27 11:44:17 +02:00
parent d8bc3f03e8
commit 750293c4f9

View file

@ -70,7 +70,7 @@ if(!empty($platforms)) {
var APP_ENV = {
NAME: '<?php echo APP_NAME; ?>',
VERSION: '<?php echo $version; ?>',
VERSION: '<?php echo $version; ?>/<?php echo $buster; ?>',
PROTOCOL: '<?php echo $protocol; ?>',
DOMAIN: '<?php echo $domain; ?>',
HOME: '<?php echo $this->escape($this->getParam('home')); ?>',