]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
make Tiger data path configurable
[nominatim.git] / utils / setup.php
index 3c038e66d66f2f2e3f1ac2849a9ea32e108088f1..b49813a8ab7f056603e469b8fd8e7fcdfd2c1258 100755 (executable)
                        $aDBInstances[$i] =& getDB(true);
                }
 
                        $aDBInstances[$i] =& getDB(true);
                }
 
-               foreach(glob(CONST_BasePath.'/data/tiger2014/*.sql') as $sFile)
+               foreach(glob(CONST_Tiger_Data_Path.'/*.sql') as $sFile)
                {
                        echo $sFile.': ';
                        $hFile = fopen($sFile, "r");
                {
                        echo $sFile.': ';
                        $hFile = fopen($sFile, "r");