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:
@@ -1,3 +1,5 @@
|
||||
<?php
|
||||
@define('CONST_Debug', (isset($_GET['debug']) && $_GET['debug']));
|
||||
require_once(dirname(dirname(__FILE__)).'/website/settings-frontend.php');
|
||||
|
||||
require_once(CONST_BasePath.'/@script_source@');
|
||||
|
||||
Reference in New Issue
Block a user