From: Brion Vibber Date: Sun, 2 Apr 2006 03:34:56 +0000 (+0000) Subject: Applying live hack: some mirrors strip the comment; include a hidden span with the... X-Git-Tag: 1.6.0~79 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=6b46963367ff4da9a875b03c0df67a98b4d89024;p=lhc%2Fweb%2Fwiklou.git Applying live hack: some mirrors strip the comment; include a hidden span with the IP to help track them down. --- diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index 6f9fc27dc1..d6539c9040 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -186,7 +186,8 @@ class SpecialVersion { */ function IPInfo() { $ip = str_replace( '--', ' - ', htmlspecialchars( wfGetIP() ) ); - return "\n"; + return "\n" . + "visited from $ip"; } /**