X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fpeertrustpage.h;fp=include%2Fhttp%2Fpages%2Fpeertrustpage.h;h=a62ad680aa42f9fb370a38df6b58a6679fb4b2fd;hp=cce9ae60493b0da64060a7582344e324ffc411db;hb=221236a4d3aac4144529d418ce368db5c98facb0;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923 diff --git a/include/http/pages/peertrustpage.h b/include/http/pages/peertrustpage.h index cce9ae6..a62ad68 100644 --- a/include/http/pages/peertrustpage.h +++ b/include/http/pages/peertrustpage.h @@ -7,12 +7,11 @@ class PeerTrustPage:public IPageHandler,public IDatabase { public: - PeerTrustPage(const std::string &templatestr):IPageHandler(templatestr) {} + PeerTrustPage(const std::string &templatestr):IPageHandler(templatestr,"peertrust.htm") {} IPageHandler *New() { return new PeerTrustPage(m_template); } private: - const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars); const std::string GetClassString(const std::string &trustlevel);