]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/status.php
set start time for indexing step
[nominatim.git] / website / status.php
index a7a197b89fce9ae1bfd096075c810a8651c02edf..c9d872d0395e67ae2d5736e439d5565fe02f89c8 100644 (file)
@@ -1,9 +1,9 @@
 <?php
-        @define('CONST_ConnectionBucket_PageType', 'Status');
+       @define('CONST_ConnectionBucket_PageType', 'Status');
 
-        require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
+       require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
 
-        $oDB =& getDB();
+       $oDB =& getDB();
        if (!$oDB || PEAR::isError($oDB))
        {
                echo "ERROR: No database";