From 6fe10a919b1c87898c3aa54b94d6b13649e83091 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 8 Dec 2020 15:25:14 +0200 Subject: [PATCH] Updated the cache bust token --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index 51b54253..e3b13ba1 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -304,7 +304,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/'; | new release. | */ -$config['cache_busting_token'] = '824HX'; +$config['cache_busting_token'] = '729RF'; /* |--------------------------------------------------------------------------