Updated cache busting parameter.

This commit is contained in:
alext 2018-04-23 09:58:35 +02:00
parent 5f56eb4c2d
commit 9805fe7c80
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
| new release.
|
*/
$config['cache_busting_token'] = '7ZF35';
$config['cache_busting_token'] = '93GE1';
/*
|--------------------------------------------------------------------------