Oubli require_once
This commit is contained in:
parent
6404294821
commit
cbed139810
@ -1595,6 +1595,7 @@ class PiecesController extends Zend_Controller_Action
|
|||||||
//Suppression du fichier si il existe
|
//Suppression du fichier si il existe
|
||||||
if(file_exists($path.'kbis-'.$siren.'.pdf')) unlink($path.'kbis-'.$siren.'.pdf');
|
if(file_exists($path.'kbis-'.$siren.'.pdf')) unlink($path.'kbis-'.$siren.'.pdf');
|
||||||
//On check si le fichier est présent sur l'url
|
//On check si le fichier est présent sur l'url
|
||||||
|
require_once 'common/curl.php';
|
||||||
$page = getUrl($info, '', '', '', false);
|
$page = getUrl($info, '', '', '', false);
|
||||||
//Fichier non disponible
|
//Fichier non disponible
|
||||||
if ( $page['code']==408 || $page['code']==400 || subst($page['body'],0,4)!='%PDF' ) {
|
if ( $page['code']==408 || $page['code']==400 || subst($page['body'],0,4)!='%PDF' ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user