Correction chemin fichier

This commit is contained in:
Michael RICOIS 2010-12-01 09:23:30 +00:00
parent 0ec0ba95e8
commit 08fbd468e8

View File

@ -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) {