Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -885,6 +885,8 @@ |
886 | 886 | /** |
887 | 887 | * Set this to current time to invalidate all prior cached pages. Affects both |
888 | 888 | * 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 |
889 | 891 | */ |
890 | 892 | $wgCacheEpoch = '20030516000000'; |
891 | 893 | |