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() {