]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/polygons.php
Merge branch 'reverse-lookup-including-tiger-lookup' of https://github.com/mtmail...
[nominatim.git] / website / polygons.php
index 3e2e878cfb8ff869941b16f362bc7d77b277806e..5a5be9f067398bfe9027630d86d91cb432e07e64 100755 (executable)
@@ -1,6 +1,6 @@
 <?php
-        require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
-        require_once(CONST_BasePath.'/lib/log.php');
+       require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
+       require_once(CONST_BasePath.'/lib/log.php');
 
        $sOutputFormat = 'html';
        ini_set('memory_limit', '200M');