From a6ccc930bf3cb85d6397418d1ea1082d0759425f Mon Sep 17 00:00:00 2001 From: preecej Date: Mon, 22 Aug 2011 22:57:27 +0000 Subject: [PATCH] whoops, don't want this one in there svn path=/; revision=167 --- .../local_settings/test.JobQueueSettings.php | 163 ------------------ 1 file changed, 163 deletions(-) delete mode 100644 preecej/semantic_wiki/local_settings/test.JobQueueSettings.php diff --git a/preecej/semantic_wiki/local_settings/test.JobQueueSettings.php b/preecej/semantic_wiki/local_settings/test.JobQueueSettings.php deleted file mode 100644 index b52426e..0000000 --- a/preecej/semantic_wiki/local_settings/test.JobQueueSettings.php +++ /dev/null @@ -1,163 +0,0 @@ -&format=json&max=20'; -$sfgAutocompleteOnAllChars = false; - -# END: Justin Preece - Semantic Bundle (SMW and other extensions) - -/** Allow client-side caching of pages */ -$wgCachePages = false; - -/** - * * Set this to current time to invalidate all prior cached pages. Affects both - * * client- and server-side caching. - * * You can get the current date on your server by using the command: - * * date +%Y%m%d%H%M%S - * */ -$wgCacheEpoch = 'date +%Y%m%d%H%M%S'; - -# When you make changes to this configuration file, this will make -# sure that cached pages are cleared. -$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); -- 2.34.1