mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 10:43:02 +03:00
3efe0dc8dc
We don't want the settings to become visible when a server is accidentally configured wrongly.
6 lines
199 B
Cheetah
Executable File
6 lines
199 B
Cheetah
Executable File
<?php
|
|
@define('CONST_Debug', (isset($_GET['debug']) && $_GET['debug']));
|
|
require_once(dirname(dirname(__FILE__)).'/settings/settings-frontend.php');
|
|
|
|
require_once(CONST_BasePath.'/@script_source@');
|