]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Fix: subscribing to the old followers hadn't worked
[friendica.git] / index.php
index ef84400990198b36bfe6c43ce0c530fdeaa22219..ca7b4217a7fec420e92e56b030257ba2bac55845 100644 (file)
--- a/index.php
+++ b/index.php
@@ -72,7 +72,7 @@ if (!$install) {
        if (Config::get('system', 'force_ssl') && ($a->get_scheme() == "http")
                && (intval(Config::get('system', 'ssl_policy')) == SSL_POLICY_FULL)
                && (substr(System::baseUrl(), 0, 8) == "https://")
-       ) {
+               && ($_SERVER['REQUEST_METHOD'] == 'GET')) {
                header("HTTP/1.1 302 Moved Temporarily");
                header("Location: " . System::baseUrl() . "/" . $a->query_string);
                exit();