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