From 24f6b5b4e9b7d9f516617a06778ed84491dd1afb Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 25 Jan 2022 00:11:43 +0100 Subject: [PATCH] Move cache busting parameter out of config.php --- application/config/config.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 9ae0c9b3..1f253314 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -303,18 +303,6 @@ $config['log_date_format'] = 'Y-m-d H:i:s'; */ $config['cache_path'] = __DIR__ . '/../../storage/cache/'; -/* -|-------------------------------------------------------------------------- -| Cache Busting Token -|-------------------------------------------------------------------------- -| -| This token will be appending to asset URLs in order to invalidate the browser -| cache and enforce end clients to fetch new files. Update the token with each -| new release. -| -*/ -$config['cache_busting_token'] = 'ZV947'; - /* |-------------------------------------------------------------------------- | Encryption Key