Added Anti-Cache Functionality

This commit is contained in:
Andreas Österreicher
2019-10-29 14:49:35 +01:00
parent 3897f120ee
commit 5be68be408
2 changed files with 20 additions and 2 deletions
+12
View File
@@ -503,3 +503,15 @@ $config['rewrite_short_tags'] = FALSE;
| Array: array('10.0.1.200', '192.168.5.0/24')
*/
$config['proxy_ips'] = '';
/*
|--------------------------------------------------------------------------
| FHComplete Build Version
|--------------------------------------------------------------------------
|
| Version Number of the Current Build
| This is used to invalidate Cache for JS and CSS Files
|
| Example: 2019102901
*/
$config['fhcomplete_build_version'] = '2019102903';