]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
aux properties, memory leaks, tweaks to search order
[nominatim.git] / settings / settings.php
index ca90b3c553095266f1bfa6aef13788cfc56275a4..2c11d358cda445112d6927ff8371438faee7b186 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
        if (file_exists(CONST_BasePath.'/settings/local.php')) require_once(CONST_BasePath.'/settings/local.php');
        if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);