* Settings the copyright confirmation box to off by default, any such text
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 22 Jun 2005 03:28:12 +0000 (03:28 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 22 Jun 2005 03:28:12 +0000 (03:28 +0000)
  can also be placed in msg:uploadtext and having this on by default only
  serves to induce upload fatigue.

includes/DefaultSettings.php

index d743bdb..98d332d 100644 (file)
@@ -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;