Sfoglia il codice sorgente

Bump revision to clear cache on main style sheet on upgrade

Kristan Kenney 5 anni fa
parent
commit
313f2f8f09

+ 1 - 1
web/templates/admin/list_server_info.html

@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
   <title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
-  <link rel="stylesheet" href="/css/styles.min.css?1446554103">
+  <link rel="stylesheet" href="/css/styles.min.css?1446554105">
   <link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
   <link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />

+ 1 - 1
web/templates/admin/list_weblog.html

@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
   <title><?=__('Web Log Manager')?> - <?=__('Hestia Control Panel');?></title>
-  <link rel="stylesheet" href="/css/styles.min.css?1446554103">
+  <link rel="stylesheet" href="/css/styles.min.css?1446554105">
   <link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
   <link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />

+ 1 - 1
web/templates/header.html

@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
   <title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
-  <link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
+  <link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554105" />
   <link type="text/css" rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>" />
   <link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />