mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
Typo
This commit is contained in:
parent
5e6408d9fc
commit
1dbe518003
@ -679,7 +679,7 @@
|
||||
}
|
||||
|
||||
function isIPv6() {
|
||||
return strstr($_SERVER['RETMOTE_ADDR'], ':') !== false;
|
||||
return strstr($_SERVER['REMOTE_ADDR'], ':') !== false;
|
||||
}
|
||||
|
||||
function isTor() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user