]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/bootstrap.php
set exception handler by request format, not always HTML
[nominatim.git] / test / php / bootstrap.php
index 0d4759622ff06f0ec8d6e4d09e2a673e4eb06a38..d6968717b5b46bb699b1eb1486d9d1c1327f3194 100644 (file)
@@ -1,2 +1,4 @@
 <?php
     @define('CONST_BasePath', '../..');
+    @define('CONST_Debug', true);
+    @define('CONST_NoAccessControl', false);