X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fcontrolboardpage.h;fp=include%2Fhttp%2Fpages%2Fcontrolboardpage.h;h=0f8fcdeb4ed15fd7519aa8f218b73bc4e977e830;hp=7484989f1d886b3ef29390c0c097cef414fbb7e1;hb=221236a4d3aac4144529d418ce368db5c98facb0;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923 diff --git a/include/http/pages/controlboardpage.h b/include/http/pages/controlboardpage.h index 7484989..0f8fcde 100644 --- a/include/http/pages/controlboardpage.h +++ b/include/http/pages/controlboardpage.h @@ -7,7 +7,7 @@ class ControlBoardPage:public IPageHandler,public IDatabase { public: - ControlBoardPage(const std::string &templatestr):IPageHandler(templatestr) {} + ControlBoardPage(const std::string &templatestr):IPageHandler(templatestr,"controlboard.htm") {} IPageHandler *New() { return new ControlBoardPage(m_template); }