From: Antoine Musso Date: Tue, 10 Jan 2006 23:17:32 +0000 (+0000) Subject: Note about $wgCacheEpoch format ( `date +%Y%m%d%H%M%S` ) X-Git-Tag: 1.6.0~620 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=b86e9ffc26cdfc9130d1012e557adb146f354a2a;p=lhc%2Fweb%2Fwiklou.git Note about $wgCacheEpoch format ( `date +%Y%m%d%H%M%S` ) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6066c6b289..d6cc7fef71 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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';