hstore names / refactoring

This commit is contained in:
Brian Quinion
2010-10-27 14:05:42 +00:00
parent 32fc283d37
commit 57583f09e3
6 changed files with 1185 additions and 90 deletions

View File

@@ -1,5 +1,8 @@
<?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);
// General settings
@define('CONST_Debug', false);
@define('CONST_Database_DSN', 'pgsql://@/nominatim');
@@ -23,5 +26,3 @@
@define('CONST_Search_AreaPolygons_Enabled', true);
@define('CONST_Suggestions_Enabled', false);