Loading index.php +5 −4 Original line number Diff line number Diff line Loading @@ -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)); Loading Loading
index.php +5 −4 Original line number Diff line number Diff line Loading @@ -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)); Loading