[opw-web] Dont enforce https given the app will be routed through our proxies which enforce https by default a



commit 19fcdc6f3a93523ed97ced97ac6f43d996e53eda
Author: Andrea Veri <av gnome org>
Date:   Sun Nov 10 23:29:13 2013 +0100

    Dont enforce https given the app will be routed through our proxies which enforce https by default already

 init.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/init.php b/init.php
index 07a4826..070a323 100644
--- a/init.php
+++ b/init.php
@@ -42,10 +42,10 @@ $module = new module();
 $donut  = new donut();
 
 // Always use https
-if ($core->get_protocol() == 'http://')
-{
-    $core->redirect('https://' . $core->base_uri(false));
-}
+#if ($core->get_protocol() == 'http://')
+#{
+#    $core->redirect('https://' . $core->base_uri(false));
+#}
 
 // Set up the db connection
 $db->connect();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]