VCL-1114 - miscellaneous small web updates

index.php: fixed small whitespace/tab issue toward top of file
diff --git a/web/index.php b/web/index.php
index ce51a71..e8a48b8 100644
--- a/web/index.php
+++ b/web/index.php
@@ -21,11 +21,11 @@
 
 require_once(".ht-inc/conf.php");
 
-if (SSLOFFLOAD == 0) {
-    if(! isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on") {
-        header("Location: " . BASEURL . "/");
-        exit;
-    }
+if(SSLOFFLOAD == 0) {
+	if(! isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on") {
+		header("Location: " . BASEURL . "/");
+		exit;
+	}
 }
 
 $user = array();