From 8fe4e0fbb63ceef96be629e2e71e20e7e411174c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 22 Jun 2005 03:28:12 +0000 Subject: [PATCH] * 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. --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1