From: preecej Date: Mon, 22 Aug 2011 22:57:27 +0000 (+0000) Subject: whoops, don't want this one in there X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=a6ccc930bf3cb85d6397418d1ea1082d0759425f;p=old-jaiswallab-svn%2F.git whoops, don't want this one in there svn path=/; revision=167 --- 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__ ) ) );