This commit is contained in:
Savetheinternet 2011-02-17 21:08:32 +11:00
parent 5e6408d9fc
commit 1dbe518003

View File

@ -679,7 +679,7 @@
}
function isIPv6() {
return strstr($_SERVER['RETMOTE_ADDR'], ':') !== false;
return strstr($_SERVER['REMOTE_ADDR'], ':') !== false;
}
function isTor() {