mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
forgot the actual query script
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
if (file_exists(getenv('NOMINATIM_SETTINGS')))
|
||||
{
|
||||
echo 'Using local config: '.getenv('NOMINATIM_SETTINGS');
|
||||
require_once(getenv('NOMINATIM_SETTINGS'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user