We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbf70e commit 727ca29Copy full SHA for 727ca29
web/templates/header.html
@@ -5,7 +5,7 @@
5
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
6
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
7
<link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
8
- <link type="text/css" rel="stylesheet" href="/css/active-theme.css?1446554103" />
+ <link type="text/css" rel="stylesheet" href="/css/active-theme.css?<?php echo rand() ?>" />
9
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
10
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
11
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
0 commit comments