]> git.openstreetmap.org Git - nominatim.git/blob - test/php/bootstrap.php
Merge pull request #2263 from AntoJvlt/special-phrases-autoupdate
[nominatim.git] / test / php / bootstrap.php
1 <?php
2     @define('CONST_LibDir', '../../lib-php');
3     @define('CONST_DataDir', '../..');
4
5     @define('CONST_Debug', true);
6     @define('CONST_NoAccessControl', false);