X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhttp%2Fpages%2Fpeermaintenancepage.h;fp=include%2Fhttp%2Fpages%2Fpeermaintenancepage.h;h=efacffa174694910e52ad3dc80af9d509d64da69;hb=221236a4d3aac4144529d418ce368db5c98facb0;hp=95e49663258433b7a7c988b0c6da19490d036819;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923;p=fms.git diff --git a/include/http/pages/peermaintenancepage.h b/include/http/pages/peermaintenancepage.h index 95e4966..efacffa 100644 --- a/include/http/pages/peermaintenancepage.h +++ b/include/http/pages/peermaintenancepage.h @@ -7,7 +7,7 @@ class PeerMaintenancePage:public IPageHandler,public IDatabase { public: - PeerMaintenancePage(const std::string &templatestr):IPageHandler(templatestr) {} + PeerMaintenancePage(const std::string &templatestr):IPageHandler(templatestr,"peermaintenance.htm") {} IPageHandler *New() { return new PeerMaintenancePage(m_template); }