We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d95f27 commit 0fc9d11Copy full SHA for 0fc9d11
www/constants.inc
@@ -13,7 +13,7 @@ define('SETTINGS_PATH', realpath(WWW_PATH . '/settings/'));
13
define('TEMP_DIR', realpath(WWW_PATH . '/tmp/'));
14
define('OE_PATH', realpath(WWW_PATH . '/experiments/'));
15
16
-define('WPT_SALT', '2502'); // used to force assets hash
+define('WPT_SALT', '2503'); // used to force assets hash
17
define('VER_WEBPAGETEST', '21.07'); // webpagetest version
18
define('VER_TYPOGRAPHY_CSS', @md5_file(ASSETS_PATH . '/css/typography.css') . WPT_SALT); // version of the typography css file
19
define('VER_LAYOUT_CSS', @md5_file(ASSETS_PATH . '/css/layout.css') . WPT_SALT); // version of the layout css file
0 commit comments