diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-01-24 09:26:41 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-01-24 09:26:41 +0000 |
commit | b6c19d49965caece085e7ee0da9c619b14f19655 (patch) | |
tree | 60c57c2a5035d5078fcc417e969f05cc8589f8ab /includes/DefaultSettings.php | |
parent | 3cbab0f9c75400197f64677945b7d8c45de85d06 (diff) |
Aktualisierung auf MediaWiki 1.9.1
Diffstat (limited to 'includes/DefaultSettings.php')
-rw-r--r-- | includes/DefaultSettings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 03697b69..3790be87 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -32,7 +32,7 @@ require_once( 'includes/SiteConfiguration.php' ); $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.9.0'; +$wgVersion = '1.9.1'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki'; @@ -1096,7 +1096,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '42'; +$wgStyleVersion = '42a'; # Server-side caching: @@ -2237,7 +2237,7 @@ $wgTrustedMediaFormats= array( MEDIATYPE_VIDEO, //all plain video formats "image/svg", //svg (only needed if inline rendering of svg is not supported) "application/pdf", //PDF files - #"application/x-shockwafe-flash", //flash/shockwave movie + #"application/x-shockwave-flash", //flash/shockwave movie ); /** |