From f88acd053aa494132ea88b598b8ec3d3d7c9a5e2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 20 May 2008 19:30:06 +0000 Subject: [PATCH] Dump silly 'dontcountme=s'; old webalizer hack, it's not consistently used anyway. --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index e53ae49f67..562defdc00 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1022,7 +1022,7 @@ class SkinTemplate extends Skin { # XXX: additional security check/prompt? $this->userjsprev = '/*getText('wpTextbox1') . ' /*]]>*/'; } else { - $this->userjs = self::makeUrl($this->userpage.'/'.$this->skinname.'.js', 'action=raw&ctype='.$wgJsMimeType.'&dontcountme=s'); + $this->userjs = self::makeUrl($this->userpage.'/'.$this->skinname.'.js', 'action=raw&ctype='.$wgJsMimeType); } } wfProfileOut( __METHOD__ ); -- 2.20.1