X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fhomepage.h;h=0b8c5e2bd4760ce368a9945bbc4a202bfbd2d55f;hp=1a4b8325e40983a15ba0984fd412de14eb5c8629;hb=221236a4d3aac4144529d418ce368db5c98facb0;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923 diff --git a/include/http/pages/homepage.h b/include/http/pages/homepage.h index 1a4b832..0b8c5e2 100644 --- a/include/http/pages/homepage.h +++ b/include/http/pages/homepage.h @@ -7,7 +7,7 @@ class HomePage:public IPageHandler,public IDatabase { public: - HomePage(const std::string &templatestr):IPageHandler(templatestr) {} + HomePage(const std::string &templatestr):IPageHandler(templatestr,"index.htm") {} IPageHandler *New() { return new HomePage(m_template); }