Skip to content

Commit

Permalink
force cache refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Dec 5, 2018
1 parent 799b85c commit 9a3e4d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pagetop.php
Expand Up @@ -17,7 +17,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="License" content="GNU Affero General Public License, http://www.gnu.org/licenses/agpl.html" />
<meta name="Author" content="Michiel Dethmers - http://www.phplist.com" />
<meta name="Copyright" content="Michiel Dethmers, phpList Ltd - http://phplist.com" />
<meta name="Copyright" content="Michiel Dethmers, phpList Ltd - https://phplist.com" />
<meta name="Powered-By" content="phplist version <?php echo VERSION?>" />
<meta property="og:title" content="phpList" />
<meta property="og:url" content="http://phplist.com" />
Expand All @@ -27,7 +27,7 @@
<link rel="apple-touch-icon-precomposed" href="./images/phplist-touch-icon.png" />

<!-- initial styles and JS from basic application -->
<link rel="stylesheet" href="css/app.css" />
<link rel="stylesheet" href="css/app.css?v=<?php echo VERSION ?>" />
<link rel="stylesheet" href="ui/phplist-ui-bootlist/css/style.css?v=<?php echo filemtime(dirname(__FILE__).'/css/style.css'); ?>" />

<?php
Expand Down
4 changes: 2 additions & 2 deletions pagetop_minified.php
Expand Up @@ -6,7 +6,7 @@
by the developers, but also helps build interest, traffic and use of
phpList, which is beneficial to it's future development.
Michiel Dethmers, phpList Ltd 2003 - 2017
Michiel Dethmers, phpList Ltd 2003 - 2018
*/
?>
<!DOCTYPE html>
Expand All @@ -29,7 +29,7 @@

<!-- initial styles and JS from basic application -->
<!-- the CSS is already mostly minified -->
<link rel="stylesheet" href="css/app.css" />
<link rel="stylesheet" href="css/app.css?v=<?php echo VERSION ?>" />
<link rel="stylesheet" href="ui/phplist-ui-bootlist/css/style.css?v=<?php echo filemtime(dirname(__FILE__).'/css/style.css'); ?>" />

<?php
Expand Down
2 changes: 1 addition & 1 deletion pagetop_minimal.php
Expand Up @@ -5,7 +5,7 @@
by the developers, but also helps build interest, traffic and use of
phpList, which is beneficial to it's future development.
Michiel Dethmers, phpList Ltd 2003 - 2015
Michiel Dethmers, phpList Ltd 2003 - 2018
*/

/** Purpose of this file: header with minimal styles for pages in iframes and ajaxed
Expand Down

0 comments on commit 9a3e4d1

Please sign in to comment.