Typo
This commit is contained in:
parent
f9af277939
commit
3ca5ceb5fd
@ -679,7 +679,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function isIPv6() {
|
function isIPv6() {
|
||||||
return strstr($_SERVER['RETMOTE_ADDR'], ':') !== false;
|
return strstr($_SERVER['REMOTE_ADDR'], ':') !== false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function isTor() {
|
function isTor() {
|
||||||
|
Loading…
Reference in New Issue
Block a user