X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhttp%2Fpages%2Frecentlyaddedpage.h;h=9f00760133e8b2bd40f9c70c69bbb9735c58eb54;hb=221236a4d3aac4144529d418ce368db5c98facb0;hp=ec9c1cc12de652f8d0c48a14506801cee99e79ad;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923;p=fms.git diff --git a/include/http/pages/recentlyaddedpage.h b/include/http/pages/recentlyaddedpage.h index ec9c1cc..9f00760 100644 --- a/include/http/pages/recentlyaddedpage.h +++ b/include/http/pages/recentlyaddedpage.h @@ -7,12 +7,11 @@ class RecentlyAddedPage:public IPageHandler,public IDatabase { public: - RecentlyAddedPage(const std::string &templatestr):IPageHandler(templatestr) {} + RecentlyAddedPage(const std::string &templatestr):IPageHandler(templatestr,"recentlyadded.htm") {} IPageHandler *New() { return new RecentlyAddedPage(m_template); } private: - const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars); };