mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
reinstate NOMINATIM_SETTINGS variable
Move sourcing of this script to settings.php so that it is loaded before anything else.
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
<?php
|
||||
if (file_exists(getenv('NOMINATIM_SETTINGS')))
|
||||
{
|
||||
require_once(getenv('NOMINATIM_SETTINGS'));
|
||||
}
|
||||
|
||||
require_once('init.php');
|
||||
require_once('cmd.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user