From 0fc9d114158ee9c5ce4dc59fcaedf7d320db244d Mon Sep 17 00:00:00 2001 From: Leonardo Bartoli <142893024+lbartoli79@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:25:40 +0100 Subject: [PATCH] Update constants.inc --- www/constants.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/constants.inc b/www/constants.inc index b6a355c4b8..6dbc8fc451 100644 --- a/www/constants.inc +++ b/www/constants.inc @@ -13,7 +13,7 @@ define('SETTINGS_PATH', realpath(WWW_PATH . '/settings/')); define('TEMP_DIR', realpath(WWW_PATH . '/tmp/')); define('OE_PATH', realpath(WWW_PATH . '/experiments/')); -define('WPT_SALT', '2502'); // used to force assets hash +define('WPT_SALT', '2503'); // used to force assets hash define('VER_WEBPAGETEST', '21.07'); // webpagetest version define('VER_TYPOGRAPHY_CSS', @md5_file(ASSETS_PATH . '/css/typography.css') . WPT_SALT); // version of the typography css file define('VER_LAYOUT_CSS', @md5_file(ASSETS_PATH . '/css/layout.css') . WPT_SALT); // version of the layout css file