We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26e58b9 + 98b599a commit ababf15Copy full SHA for ababf15
inc/common.php
@@ -804,7 +804,7 @@ function checkwordblock($text = '')
804
function clientIP($single = false)
805
{
806
// Return the first IP in single mode, or all the IPs.
807
- return $single ? Ip::clientIp() : join(',', Ip::clientIps());
+ return $single ? Ip::clientIp() : implode(',', Ip::clientIps());
808
}
809
810
/**
0 commit comments