X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fboardspage.h;h=0e4383cb11ce3f8b7baea4501a5e9a8c4a79e932;hb=221236a4d3aac4144529d418ce368db5c98facb0;hp=a8e1c1abde054cd1201748e527a5046a6ff17c6e;hpb=dec33c63afafabf83c3039e916725cac6faef9b3;p=fms.git diff --git a/include/http/pages/boardspage.h b/include/http/pages/boardspage.h index a8e1c1a..0e4383c 100644 --- a/include/http/pages/boardspage.h +++ b/include/http/pages/boardspage.h @@ -7,7 +7,7 @@ class BoardsPage:public IPageHandler,public IDatabase { public: - BoardsPage(const std::string &templatestr):IPageHandler(templatestr) {} + BoardsPage(const std::string &templatestr):IPageHandler(templatestr,"boards.htm") {} IPageHandler *New() { return new BoardsPage(m_template); }