r21547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21546‎ | r21547 | r21548 >
Date:03:25, 25 April 2007
Author:aaron
Status:old
Tags:
Comment:
*Make link go to just client ip
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser_body.php
@@ -228,7 +228,7 @@
229229 $line .= '</span>&nbsp;&nbsp;&nbsp;<span style="background-color: '.$c.'"> <strong>XFF</strong>: ';
230230 $line .= $this->skin->makeKnownLinkObj( $cuTitle,
231231 htmlspecialchars( $row->cuc_xff ),
232 - "user=" . urlencode( $row->cuc_xff ) . "/xff" )."</span>";
 232+ "user=" . urlencode( $client ) . "/xff" )."</span>";
233233 }
234234 $line .= "</small></li>\n";
235235