]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/polygons.php
Merge pull request #436 from lonvia/remove-location-property-tables
[nominatim.git] / website / polygons.php
index 5a5be9f067398bfe9027630d86d91cb432e07e64..3c98bdbca86030651042b83bc34c4eb52dd8dc13 100755 (executable)
@@ -1,5 +1,6 @@
 <?php
-       require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
+       require_once(dirname(dirname(__FILE__)).'/settings/settings.php');
+       require_once(CONST_BasePath.'/lib/init-website.php');
        require_once(CONST_BasePath.'/lib/log.php');
 
        $sOutputFormat = 'html';
 <!DOCTYPE html>
 <html>
 <head>
-    <meta charset="utf-8"/>
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
-    
-    <title>Nominatim Broken Polygon Data</title>
-    
-    <meta name="description" content="List of broken OSM polygon data by date" lang="en-US" />
+       <meta charset="utf-8"/>
+       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
+       
+       <title>Nominatim Broken Polygon Data</title>
+       
+       <meta name="description" content="List of broken OSM polygon data by date" lang="en-US" />
 
 </head>