From 0c82335de4ef240ca4df6878dd8d5bd4d2cbc248 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 10 May 2017 01:03:02 -0700 Subject: [PATCH] increment cache counter --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index aa3cbce46..99dbaf1d2 100644 --- a/version.php +++ b/version.php @@ -35,7 +35,7 @@ $v_offsite_portal='1.47'; // end with "?v=$v_js_includes". Search the code for examples of doing this. // All this is to keep browsers from using an older cached version. // Need to assign it as a global below to work in template scripts. -$v_js_includes = 27; +$v_js_includes = 28; // Do note modify below $GLOBALS['v_js_includes'] = $v_js_includes; -- 2.11.4.GIT