Add timestamps to css files.

This commit is contained in:
2023-12-31 09:44:10 +01:00
parent 4da5fc3f9c
commit 6975e68508
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ include $path2root . '/inc/config.php';
<html lang="de">
<head>
<title>Administrationsbereich Ferienhaus - Wille</title>
<link rel="stylesheet" type="text/css" href="/css/admin.css" />
<link rel="stylesheet" type="text/css" href="/css/admin.css?ts=<?php echo time(); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>

View File

@@ -16,7 +16,7 @@ if (isset($_GET['section']) and isset($titel[$_GET['section']])) {
<html lang="de">
<head>
<title><?php echo $temp_titel; ?></title>
<link rel="stylesheet" type="text/css" href="css/page.css" />
<link rel="stylesheet" type="text/css" href="css/page.css?ts=<?php echo time(); ?>" />
<meta name="description" content="Ferienhaus Wille, Silvi Jörg" />
<meta name="keywords" content="Ferienhaus Wille, Hindelang, Silvi Jörg" />
<meta name="generator" content="Christian Steinle" />