mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
7 lines
171 B
PHP
7 lines
171 B
PHP
<?php
|
|
@define('CONST_LibDir', '../../lib-php');
|
|
@define('CONST_DataDir', '../..');
|
|
|
|
@define('CONST_Debug', true);
|
|
@define('CONST_NoAccessControl', false);
|