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 <jftho...@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();

Reply via email to