Skip to content

Commit 313f2f8

Browse files
author
Kristan Kenney
committed
Bump revision to clear cache on main style sheet on upgrade
1 parent a0d24d2 commit 313f2f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/templates/admin/list_server_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
66
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
7-
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
7+
<link rel="stylesheet" href="/css/styles.min.css?1446554105">
88
<link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
99
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />

web/templates/admin/list_weblog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
66
<title><?=__('Web Log Manager')?> - <?=__('Hestia Control Panel');?></title>
7-
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
7+
<link rel="stylesheet" href="/css/styles.min.css?1446554105">
88
<link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
99
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
66
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
7-
<link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
7+
<link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554105" />
88
<link type="text/css" rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>" />
99
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />

0 commit comments

Comments
 (0)