Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit a79fb548 authored by Fazle Rabbi's avatar Fazle Rabbi
Browse files

Revert "use https protocol"

This reverts commit ec16d358.
parent ec16d358
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -51,11 +51,10 @@
      }
    }

    // if( isset($_SERVER['HTTPS']) )
    //     $protocol = 'https://';
    // else
    //     $protocol = 'http://';
    if( isset($_SERVER['HTTPS']) )
        $protocol = 'https://';
    else
        $protocol = 'http://';
    $logger = new Logger('main');
    $logger->pushHandler(new StreamHandler('LineageOTA.log', Logger::INFO));