You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2019/07/19 14:13:57 UTC

[vcl] 10/13: VCL-1114 - miscellaneous small web updates

This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch VCL-1114_misc_small_web_updates
in repository https://gitbox.apache.org/repos/asf/vcl.git

commit 3ee379bf5691815599ba0b6149be048990b4754c
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Tue Jul 9 13:03:05 2019 -0400

    VCL-1114 - miscellaneous small web updates
    
    index.php: fixed small whitespace/tab issue toward top of file
---
 web/index.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 @@ $VCLversion = '2.5.1';
 
 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();