From: Brion Vibber Date: Thu, 21 Apr 2005 10:20:26 +0000 (+0000) Subject: Special:Debug hasn't been active in a while and was long deprecated and not X-Git-Tag: 1.5.0alpha1~203 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=f340af9eef761de1211385ac529b22690f77e4a8;p=lhc%2Fweb%2Fwiklou.git Special:Debug hasn't been active in a while and was long deprecated and not usable on a default install. Removing. (It's just a phpinfo() wrapper anyway.) --- diff --git a/includes/SpecialDebug.php b/includes/SpecialDebug.php deleted file mode 100644 index cc82c0a411..0000000000 --- a/includes/SpecialDebug.php +++ /dev/null @@ -1,19 +0,0 @@ -isAllowed('siteadmin') ) { - $wgOut->developerRequired(); - return; - } - phpinfo(); -}