X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Fhomepage.cpp;h=ec4ea3298faf550cd9f0fd06eca2d82a57365803;hb=e662ea47fba8715474851ceebacba400984ee433;hp=9264ca112c943d72da721a6de8ad9e47cfa14486;hpb=b7f3b3e6ae9dc527f02b5c06e2eeae0e9cac3ad8;p=fms.git diff --git a/src/http/pages/homepage.cpp b/src/http/pages/homepage.cpp index 9264ca1..ec4ea32 100644 --- a/src/http/pages/homepage.cpp +++ b/src/http/pages/homepage.cpp @@ -66,12 +66,16 @@ const std::string HomePage::GeneratePage(const std::string &method, const std::m content+="You can see the release info here
"; showgenericupdate=false; } + else + { + content+="Release info
"; + } } if(showgenericupdate) { - content+="Check for new versions at the FMS Freesite
"; + content+="Check for new versions at the FMS Freesite
"; } content+="Use these pages to administer your FMS installation.";