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

Verified Commit ec16d358 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

use https protocol

parent 0ec03e8d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -51,10 +51,11 @@
      }
    }

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