mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
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.
6 lines
198 B
Cheetah
Executable File
6 lines
198 B
Cheetah
Executable File
<?php
|
|
@define('CONST_Debug', (isset($_GET['debug']) && $_GET['debug']));
|
|
require_once(dirname(dirname(__FILE__)).'/website/settings-frontend.php');
|
|
|
|
require_once(CONST_BasePath.'/@script_source@');
|