From d53a5b7add4465fbcc48fc44b4fa65ec51ffc119 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 3 Aug 2004 07:10:35 +0000 Subject: [PATCH] * Change version number to 1.3.0+ (should it be 1.4-prealpha yet?) * Add gif to the file extension whitelist since Unisys patent is now dead. --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f304eb7eef..bdfd2642f7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7,7 +7,7 @@ # like $wgScriptPath, you must also localize everything that # depends on it. -$wgVersion = '1.3.0beta4'; +$wgVersion = '1.3.0+'; $wgSitename = 'MediaWiki'; # Please customize! $wgMetaNamespace = FALSE; # will be same as you set $wgSitename @@ -292,7 +292,7 @@ $wgCompressRevisions = false; # This is the list of preferred extensions for uploading files. Uploading # files with extensions not in this list will trigger a warning. -$wgFileExtensions = array( 'png', 'jpg', 'jpeg', 'ogg' ); +$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ogg' ); # Files with these extensions will never be allowed as uploads. $wgFileBlacklist = array( -- 2.20.1