]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init-website.php
take throttled ip stats from build dir
[nominatim.git] / lib / init-website.php
index 4d1c2c7029a1cdc00b999b5c0c748eb27a517cd7..db03a12ce1b694381412dd8e636e19bad6f4fb3f 100644 (file)
@@ -1,5 +1,6 @@
 <?php
        require_once('init.php');
+       require_once('website.php');
 
        if (CONST_NoAccessControl)
        {
@@ -13,5 +14,4 @@
        }
        if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') exit;
 
-
-    header('Content-type: text/html; charset=utf-8');
+       header('Content-type: text/html; charset=utf-8');