Skip to content

Instantly share code, notes, and snippets.

@nunocodex
Created June 6, 2010 03:05
Show Gist options
  • Save nunocodex/427250 to your computer and use it in GitHub Desktop.
Save nunocodex/427250 to your computer and use it in GitHub Desktop.
<?php
// Controllo se è attivo cURL.
if ( ! function_exists('curl_init') )
{
die('cURL not found.');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment