]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/details.php
cleanup interface of PlaceLookup
[nominatim.git] / website / details.php
index 495db2b40e668277fd18ceb92bfbc10cba5c923f..10cd07e148676465faf67f19ed74c6a9d97e209a 100755 (executable)
@@ -7,14 +7,7 @@
        require_once(CONST_BasePath.'/lib/output.php');
 
        $sOutputFormat = 'html';
-       /*
-          $fLoadAvg = getLoadAverage();
-          if ($fLoadAvg > 3)
-          {
-          echo "Page temporarily blocked due to high server load\n";
-          exit;
-          }
-        */
+
        ini_set('memory_limit', '200M');
 
        $oDB =& getDB();