mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
ac116980ac
The setup relies on the project configuration which we want to explicitly set up in later steps. Therefore proxy setup needs to be done explicitly as well. There is the added bonus that the setup is done only for the utils which try to call outside.
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
require_once('init.php');
|
|
require_once('cmd.php');
|
|
require_once('DebugNone.php');
|