amélioration url
This commit is contained in:
parent
7f75dea337
commit
25d7ff20f5
@ -3436,6 +3436,9 @@ print_r($tabUpdate,true).EOL
|
||||
}
|
||||
|
||||
$hostname = 'http://'.$_SERVER['SERVER_NAME'];
|
||||
if ($_SERVER['SERVER_PORT']!='80'){
|
||||
$hostname.= ':'.$_SERVER['SERVER_PORT'];
|
||||
}
|
||||
|
||||
$tabRet=array(
|
||||
'Url' => $hostname.DOC_WEB_URL."csv/listesurv-$source-$login-$idClient.csv",
|
||||
@ -3602,9 +3605,14 @@ print_r($tabUpdate,true).EOL
|
||||
if (date('Ymd', filemtime(DOC_WEB_LOCAL."kbis/$piece-$siren.pdf"))<>date('Ymd') ||
|
||||
filesize(DOC_WEB_LOCAL."kbis/$piece-$siren.pdf")==0)
|
||||
move(DOC_WEB_LOCAL."kbis/$piece-$siren.pdf", DOC_WEB_LOCAL."kbis/$piece-$siren-".date('Ymd').".pdf");
|
||||
|
||||
|
||||
$hostname = 'http://'.$_SERVER['SERVER_NAME'];
|
||||
if ($_SERVER['SERVER_PORT']!='80'){
|
||||
$hostname.= ':'.$_SERVER['SERVER_PORT'];
|
||||
}
|
||||
|
||||
$tabRet=array( 'Siren'=>$siren,
|
||||
'Url'=>DOC_WEB_URL."kbis/$piece-$siren.pdf",
|
||||
'Url'=>$hostname.DOC_WEB_URL."kbis/$piece-$siren.pdf",
|
||||
'Taille'=>$size,
|
||||
'Cache'=>$cache,
|
||||
'debug'=>array('tabNom'=>$tabNom, 'tabDir'=>$tabDirs),
|
||||
@ -3701,8 +3709,11 @@ print_r($tabUpdate,true).EOL
|
||||
}
|
||||
|
||||
$hostname = 'http://'.$_SERVER['SERVER_NAME'];
|
||||
if ($_SERVER['SERVER_PORT']!='80'){
|
||||
$hostname.= ':'.$_SERVER['SERVER_PORT'];
|
||||
}
|
||||
|
||||
$tabRet=array( 'Url'=>DOC_WEB_URL."csv/logs-$annee-$mois-$detail-$idClient-$login-$all.csv",
|
||||
$tabRet=array( 'Url'=>$hostname.DOC_WEB_URL."csv/logs-$annee-$mois-$detail-$idClient-$login-$all.csv",
|
||||
'Taille'=>$size,
|
||||
'Cache'=>$cache,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user