Nominatim/lib/init-cmd.php
Sarah Hoffmann ac116980ac make HTTP proxy setup explicit
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.
2020-12-19 14:33:04 +01:00

6 lines
89 B
PHP

<?php
require_once('init.php');
require_once('cmd.php');
require_once('DebugNone.php');