This website requires JavaScript.
Explore
Help
Sign In
osm-search
/
Nominatim
Watch
1
Star
1
Fork
0
You've already forked Nominatim
mirror of
https://github.com/osm-search/Nominatim.git
synced
2024-11-27 00:49:55 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e407558f76
Nominatim
/
lib-php
/
init.php
5 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
nominatim refactoring
2010-10-24 03:12:37 +04:00
<
?
php
reorganise path settings in config CONST_BasePath is split into separate configuration variables for binaries, libraries and data. These variables as well as the installation path are now set in the executable directly and no longer configurable via project settings. This is the first step towards an installable software. The executables should know per installation where to find their necessary data to execute. Project configuration needs to be restricted to settings that really concern the specific Nominatim installation.
2020-12-15 12:09:55 +03:00
require_once
(
CONST_LibDir
.
'/lib.php'
);
require_once
(
CONST_LibDir
.
'/DB.php'
);
Reference in New Issue
Copy Permalink