forgot the actual query script

This commit is contained in:
Sarah Hoffmann
2014-03-03 21:48:17 +01:00
parent ff35dbd4db
commit e42ff1935f
2 changed files with 55 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
<?php
if (file_exists(getenv('NOMINATIM_SETTINGS')))
{
echo 'Using local config: '.getenv('NOMINATIM_SETTINGS');
require_once(getenv('NOMINATIM_SETTINGS'));
}