Correction chemin fichier
This commit is contained in:
parent
0ec0ba95e8
commit
08fbd468e8
@ -33,7 +33,7 @@
|
||||
|
||||
public function getRefCodeVoie($sep=',', $eol=EOL) {
|
||||
$row = 1;
|
||||
$handle = fopen('/var/www/html/ws/data/tables/voies.csv', 'r');
|
||||
$handle = fopen(DOC_WEB_LOCAL.'voies.csv', 'r');
|
||||
if (!$handle) die('Impossible d\'ouvrir le fichier de configuration des voies INSEE');
|
||||
$tabTmp=array();
|
||||
while (($data = fgetcsv($handle, 1000, ';')) !== FALSE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user