From b86e9ffc26cdfc9130d1012e557adb146f354a2a Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 10 Jan 2006 23:17:32 +0000 Subject: [PATCH] Note about $wgCacheEpoch format ( `date +%Y%m%d%H%M%S` ) --- includes/DefaultSettings.php | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.20.1