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:
Sarah Hoffmann
2016-03-24 22:06:54 +01:00
parent a50bf1c944
commit 7090604de7
2 changed files with 1 additions and 5 deletions

View File

@@ -1,9 +1,4 @@
<?php
if (file_exists(getenv('NOMINATIM_SETTINGS')))
{
require_once(getenv('NOMINATIM_SETTINGS'));
}
require_once('init.php');
require_once('cmd.php');