Project

General

Profile

« Previous | Next » 

Revision 08a5e9a6

Added by Jared Dillard over 7 years ago

add cache busting to css using last modified timestamp

View differences:

src/etc/inc/authgui.inc
116 116
	<head>
117 117
		<meta name="viewport" content="width=device-width, initial-scale=1">
118 118
	    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
119
	    <link rel="stylesheet" href="/css/login.css" type="text/css">
119
	    <link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
120 120
		<title><?=gettext("Error"); ?></title>
121 121
	</head>
122 122

  
......
284 284
	<head>
285 285
		<meta name="viewport" content="width=device-width, initial-scale=1">
286 286
	    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
287
	    <link rel="stylesheet" href="/css/login.css" type="text/css">
287
	    <link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
288 288
		<title><?=gettext("Login"); ?></title>
289 289
		<script type="text/javascript">
290 290
			//<![CDATA{

Also available in: Unified diff