Loading src/blogi.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -895,9 +895,7 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const libhtmlpp::HtmlString out; // Check for automatic login credentials in the configuration username = ctx.config->getUsername(); password = ctx.config->getPassword(); if (!username.empty() && !password.empty()) { // Attempt automatic login Loading Loading
src/blogi.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -895,9 +895,7 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const libhtmlpp::HtmlString out; // Check for automatic login credentials in the configuration username = ctx.config->getUsername(); password = ctx.config->getPassword(); if (!username.empty() && !password.empty()) { // Attempt automatic login Loading