]> git.mxchange.org Git - ctracker.git/blobdiff - libs/lib_general.php
Fixed
[ctracker.git] / libs / lib_general.php
index 62062d7b2586bf4d094520b762cd11d0ac40ef6a..21cd6ab0df3d5bfa4d3ce4856d9d953b6297fe3c 100644 (file)
@@ -99,7 +99,7 @@ function determineCrackerTrackerRealRemoteAddress () {
        if ($address == 'unknown') {
                // Invalid IP somehow given
                $address = '0.0.0.0';
-       elseif (strstr($address, ',')) {
+       elseif (strstr($address, ',')) {
                // This strips out the real address from proxy output
                $addressArray = explode(',', $address);
                $address = $addressArray[0];