test diff

Diff code posted by
created at 09 Mar 19:10

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
index f01ee8e..f6005f1 100644
--- a/app/views/layouts/base.rhtml+++ b/app/views/layouts/base.rhtml@@ -7,6 +7,20 @@<meta name="keywords" content="issue,bug,tracker" /> <%=%> <%=%>
+<script>
+<!--+function redirectSecure()+{+ if (document.location.protocol != "https:"){+ var oldURL = window.location.hostname + window.location.pathname+window.location.search;+ var newURL = "https://" + oldURL;+ window.location = newURL;+ }+}+redirectSecure();+-->+</script>+<%=%> <!--[if IE]> <style type="text/css">
717 Bytes in 4 ms