X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Fhomepage.cpp;h=2f41fac00f3d1af342c7c0db3b0c50de3c50a879;hb=4855de56590e2f27d39036922339992c96bce9d1;hp=a64efd2fb8cafab4f0563bccbaf39d82909e96c4;hpb=026dc6b2bc548c945359c4e166eff514f2c47c6a;p=fms.git diff --git a/src/http/pages/homepage.cpp b/src/http/pages/homepage.cpp index a64efd2..2f41fac 100644 --- a/src/http/pages/homepage.cpp +++ b/src/http/pages/homepage.cpp @@ -51,6 +51,7 @@ const std::string HomePage::GeneratePage(const std::string &method, const std::m if(currentmajorFMS "+major+"."+minor+"."+release+"
"; + content+="You can see the release info here
"; showgenericupdate=false; } @@ -58,7 +59,7 @@ const std::string HomePage::GeneratePage(const std::string &method, const std::m 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.";