You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The MaxMindBinary requires maxmind\'s lib to be installed and loaded. Have you included geoip.inc file?'
51
-
);
48
+
thrownewFunctionNotFound('geoip_open', 'The MaxMindBinary requires maxmind\'s lib to be installed and loaded. Have you included geoip.inc file?');
52
49
}
53
50
54
51
if (false === function_exists('GeoIP_record_by_addr')) {
55
-
thrownewFunctionNotFound(
56
-
'GeoIP_record_by_addr',
57
-
'The MaxMindBinary requires maxmind\'s lib to be installed and loaded. Have you included geoipcity.inc file?'
58
-
);
52
+
thrownewFunctionNotFound('GeoIP_record_by_addr', 'The MaxMindBinary requires maxmind\'s lib to be installed and loaded. Have you included geoipcity.inc file?');
0 commit comments