Note about $wgCacheEpoch format ( `date +%Y%m%d%H%M%S` )
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 10 Jan 2006 23:17:32 +0000 (23:17 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 10 Jan 2006 23:17:32 +0000 (23:17 +0000)
includes/DefaultSettings.php

index 6066c6b..d6cc7fe 100644 (file)
@@ -885,6 +885,8 @@ $wgCachePages       = true;
 /**
  * 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 = '20030516000000';