Browse Source

Typo

pull/40/head
Savetheinternet 13 years ago
parent
commit
3ca5ceb5fd
  1. 2
      inc/functions.php

2
inc/functions.php

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

Loading…
Cancel
Save