From 1dbe518003a32ff7eed9d933e2cea713ba61ee81 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 17 Feb 2011 21:08:32 +1100 Subject: [PATCH] Typo --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 4d386dc3..854b0397 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -679,7 +679,7 @@ } function isIPv6() { - return strstr($_SERVER['RETMOTE_ADDR'], ':') !== false; + return strstr($_SERVER['REMOTE_ADDR'], ':') !== false; } function isTor() {