]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init.php
introduce InstallPath, so that stuff can be executed from build dir
[nominatim.git] / lib / init.php
index 67efdbfdf6edb3c8894f7d8a487adfde7d193633..db984ef8c4c893bac16f2b42680cb5845f85b78f 100644 (file)
@@ -2,7 +2,7 @@
 
        @define('CONST_BasePath', dirname(dirname(__FILE__)));
 
-       require_once(CONST_BasePath.'/settings/settings.php');
+       require_once('settings/settings.php');
        require_once(CONST_BasePath.'/lib/lib.php');
        require_once(CONST_BasePath.'/lib/leakybucket.php');
        require_once(CONST_BasePath.'/lib/db.php');