webui: Added ?ver=X to LibreNMS style sheets so we can force refreshes in future (#5651)

This commit is contained in:
Neil Lathwood
2017-01-28 21:59:42 +00:00
committed by GitHub
parent f6fc5fdf71
commit 5ae4f73ea8

View File

@@ -139,8 +139,8 @@ if (empty($config['favicon'])) {
<link href="css/MarkerCluster.css" rel="stylesheet" type="text/css" />
<link href="css/MarkerCluster.Default.css" rel="stylesheet" type="text/css" />
<link href="css/leaflet.awesome-markers.css" rel="stylesheet" type="text/css" />
<link href="<?php echo($config['stylesheet']); ?>" rel="stylesheet" type="text/css" />
<link href="css/<?php echo $config['site_style']; ?>.css" rel="stylesheet" type="text/css" />
<link href="<?php echo($config['stylesheet']); ?>?ver=342435234432" rel="stylesheet" type="text/css" />
<link href="css/<?php echo $config['site_style']; ?>.css?ver=90376932432" rel="stylesheet" type="text/css" />
<?php
foreach ((array)$config['webui']['custom_css'] as $custom_css) {