';
if ( ! function_exists( 'curl_init' ) ) {
echo ' * ';
_e(
'GeoIP collection requires the cURL PHP extension and it is not loaded on your version of PHP!',
'wp-statistics'
);
echo ' ';
}
if ( ! function_exists( 'bcadd' ) ) {
echo ' * ';
_e(
'GeoIP collection requires the BC Math PHP extension and it is not loaded on your version of PHP!',
'wp-statistics'
);
echo ' ';
}
if ( ini_get( 'safe_mode' ) ) {
echo ' * ';
_e(
'PHP safe mode detected! GeoIP collection is not supported with PHP\'s safe mode enabled!',
'wp-statistics'
);
echo ' ';
}
?>