forked from hans/Nominatim
reenable debug parameter
The parameter got lost when switching to website settings. Given that the use of a fixed parameter is limited, debugging output can now only be set via the URL parameter.
This commit is contained in:
@@ -707,7 +707,6 @@ class SetupFunctions
|
||||
@define('CONST_BasePath', '".CONST_BasePath."');
|
||||
if (file_exists(getenv('NOMINATIM_SETTINGS'))) require_once(getenv('NOMINATIM_SETTINGS'));
|
||||
|
||||
@define('CONST_Debug', ". (CONST_Debug? 'true' : 'false').");
|
||||
@define('CONST_Database_DSN', '".CONST_Database_DSN."'); // or add ;host=...;port=...;user=...;password=...
|
||||
@define('CONST_Default_Language', ".(CONST_Default_Language ? 'true' : 'false').");
|
||||
@define('CONST_Default_Lat', ".CONST_Default_Lat.");
|
||||
|
||||
Reference in New Issue
Block a user