summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c83cab6)
raw | patch | inline | side by side (parent: c83cab6)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Jul 2005 04:48:24 +0000 (04:48 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Jul 2005 04:48:24 +0000 (04:48 +0000) |
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index ef3a213d70faa0406190061c2ad65550d549a725..7df5f64f817828dfc4f55749fb25f8c5371ca532 100644 (file)
--- a/html/index.php
+++ b/html/index.php
}
/* If SSL is forced, just forward to the SSL enabled site */
-if ($config->data['MAIN']['FORCESSL'] == 'true'){
+if ($config->data['MAIN']['FORCESSL'] == 'true' && $ssl != ''){
header ("Location: $ssl");
exit;
}