r12589 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12588‎ | r12589 | r12590 >
Date:23:17, 10 January 2006
Author:hashar
Status:old
Tags:
Comment:
Note about $wgCacheEpoch format ( `date +%Y%m%d%H%M%S` )
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -885,6 +885,8 @@
886886 /**
887887 * Set this to current time to invalidate all prior cached pages. Affects both
888888 * client- and server-side caching.
 889+ * You can get the current date on your server by using the command:
 890+ * date +%Y%m%d%H%M%S
889891 */
890892 $wgCacheEpoch = '20030516000000';
891893

Status & tagging log