From: Ævar Arnfjörð Bjarmason Date: Wed, 22 Jun 2005 03:28:12 +0000 (+0000) Subject: * Settings the copyright confirmation box to off by default, any such text X-Git-Tag: 1.5.0beta1~97 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=8fe4e0fbb63ceef96be629e2e71e20e7e411174c;p=lhc%2Fweb%2Fwiklou.git * Settings the copyright confirmation box to off by default, any such text can also be placed in msg:uploadtext and having this on by default only serves to induce upload fatigue. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d743bdb473..98d332ddff 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1098,9 +1098,9 @@ $wgRightsIcon = NULL; /** Set this to some HTML to override the rights icon with an arbitrary logo */ $wgCopyrightIcon = NULL; -/* Set this to false if you want to get rid of the copyright confirmation +/* Set this to true if you want the annoying copyright confirmation * checkbox at Special:Upload */ -$wgCopyrightAffirmation = true; +$wgCopyrightAffirmation = false; /** Set this to true if you want detailed copyright information forms on Upload. */ $wgUseCopyrightUpload = false;