Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -760,7 +760,7 @@ |
761 | 761 | * Update if there is some need to force thumbs and SVG rasterizations |
762 | 762 | * to rerender, such as fixes to rendering bugs. |
763 | 763 | */ |
764 | | -$wgThumbnailEpoch = '20030516000000'; |
| 764 | +$wgThumbnailEpoch = '20110101000000'; |
765 | 765 | |
766 | 766 | /** |
767 | 767 | * If set, inline scaled images will still produce <img> tags ready for |
— | — | @@ -1683,7 +1683,7 @@ |
1684 | 1684 | * You can get the current date on your server by using the command: |
1685 | 1685 | * date +%Y%m%d%H%M%S |
1686 | 1686 | */ |
1687 | | -$wgCacheEpoch = '20030516000000'; |
| 1687 | +$wgCacheEpoch = '20110101000000'; |
1688 | 1688 | |
1689 | 1689 | /** |
1690 | 1690 | * Bump this number when changing the global style sheets and JavaScript. |