From: Ævar Arnfjörð Bjarmason Date: Sun, 8 May 2005 07:10:21 +0000 (+0000) Subject: * Deprecated Special:Sitesettings X-Git-Tag: 1.5.0alpha2~268 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=7bd326635b916b24dfe4411da83e99c7432d1e20;p=lhc%2Fweb%2Fwiklou.git * Deprecated Special:Sitesettings --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 2c7faff364..00f5142e33 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -76,7 +76,6 @@ $wgSpecialPages = array( "Import" => new SpecialPage( "Import", 'import' ), 'Lockdb' => new SpecialPage( 'Lockdb', 'siteadmin' ), 'Unlockdb' => new SpecialPage( 'Unlockdb', 'siteadmin' ), -# 'Sitesettings' => new SpecialPage( 'Sitesettings', 'siteadmin' ), 'Userrights' => new SpecialPage( 'Userrights', 'userrights' ), 'Groups' => new SpecialPage( 'Groups' ), );