Skip to content

Commit 0fc9d11

Browse files
authored
Update constants.inc
1 parent 5d95f27 commit 0fc9d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/constants.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define('SETTINGS_PATH', realpath(WWW_PATH . '/settings/'));
1313
define('TEMP_DIR', realpath(WWW_PATH . '/tmp/'));
1414
define('OE_PATH', realpath(WWW_PATH . '/experiments/'));
1515

16-
define('WPT_SALT', '2502'); // used to force assets hash
16+
define('WPT_SALT', '2503'); // used to force assets hash
1717
define('VER_WEBPAGETEST', '21.07'); // webpagetest version
1818
define('VER_TYPOGRAPHY_CSS', @md5_file(ASSETS_PATH . '/css/typography.css') . WPT_SALT); // version of the typography css file
1919
define('VER_LAYOUT_CSS', @md5_file(ASSETS_PATH . '/css/layout.css') . WPT_SALT); // version of the layout css file

0 commit comments

Comments
 (0)