From e123b4d8fb8d646215bcecee477dc3ef56359077 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 7 May 2019 22:52:01 +0200 Subject: [PATCH] version constant for cache --- config.php | 1 + html/head.php | 6 +++--- index.php | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config.php b/config.php index f5388a7..4bff80b 100644 --- a/config.php +++ b/config.php @@ -6,6 +6,7 @@ define('PATH_ITEMS', PATH_METADATA.'items'.DS); define('PATH_AUTHORS', PATH_METADATA.'authors'.DS); define('CHARSET', 'UTF-8'); +define('VERSION', '1.0'); // define('DOMAIN', 'http://localhost:7000'); // define('CDN', 'http://localhost:7000/metadata/items/'); diff --git a/html/head.php b/html/head.php index 6378255..2cc6d2a 100644 --- a/html/head.php +++ b/html/head.php @@ -55,10 +55,10 @@ ?> - - + + - + $href): ?> diff --git a/index.php b/index.php index 748ac95..5d96a22 100644 --- a/index.php +++ b/index.php @@ -28,8 +28,8 @@ - - + +