From 9805fe7c8006159c60d0ad1d2ae82b5548b7f692 Mon Sep 17 00:00:00 2001 From: alext Date: Mon, 23 Apr 2018 09:58:35 +0200 Subject: [PATCH] Updated cache busting parameter. --- src/application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/config/config.php b/src/application/config/config.php index 5d71beed..9962a551 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -273,7 +273,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/'; | new release. | */ -$config['cache_busting_token'] = '7ZF35'; +$config['cache_busting_token'] = '93GE1'; /* |--------------------------------------------------------------------------