X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fboardspage.h;fp=include%2Fhttp%2Fpages%2Fboardspage.h;h=0e4383cb11ce3f8b7baea4501a5e9a8c4a79e932;hp=a8e1c1abde054cd1201748e527a5046a6ff17c6e;hb=221236a4d3aac4144529d418ce368db5c98facb0;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923 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); }