Remove depencies of library/common/curl : getUrl

This commit is contained in:
Michael RICOIS 2013-10-30 21:21:09 +00:00
parent 6e9f37e03a
commit b797542b20

View File

@ -8,7 +8,6 @@ class Iris
public function __construct($codeCommune)
{
require_once 'common/curl.php';
$c = Zend_Registry::get('config');
$this->pathIrisPdf = realpath($c->profil->path->data).'/iris';
$this->codeCommune = $codeCommune;