Bring the epocs into this decade
This commit is contained in:
parent
cbe9d21753
commit
27cd11baf8
1 changed files with 2 additions and 2 deletions
|
|
@ -760,7 +760,7 @@ $wgMaxAnimatedGifArea = 1.25e7;
|
|||
* Update if there is some need to force thumbs and SVG rasterizations
|
||||
* to rerender, such as fixes to rendering bugs.
|
||||
*/
|
||||
$wgThumbnailEpoch = '20030516000000';
|
||||
$wgThumbnailEpoch = '20110101000000';
|
||||
|
||||
/**
|
||||
* If set, inline scaled images will still produce <img> tags ready for
|
||||
|
|
@ -1683,7 +1683,7 @@ $wgCachePages = true;
|
|||
* You can get the current date on your server by using the command:
|
||||
* date +%Y%m%d%H%M%S
|
||||
*/
|
||||
$wgCacheEpoch = '20030516000000';
|
||||
$wgCacheEpoch = '20110101000000';
|
||||
|
||||
/**
|
||||
* Bump this number when changing the global style sheets and JavaScript.
|
||||
|
|
|
|||
Loading…
Reference in a new issue