X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Finsertedfilespage.h;h=d9d4832acfc408164d97323b2f553b103493972b;hb=221236a4d3aac4144529d418ce368db5c98facb0;hp=c09e638cd936049a66765911e1fff6fe76c880d9;hpb=63376b2a82c3f6cdf2df56b1f134bd7df0aaab3a;p=fms.git diff --git a/include/http/pages/insertedfilespage.h b/include/http/pages/insertedfilespage.h index c09e638..d9d4832 100644 --- a/include/http/pages/insertedfilespage.h +++ b/include/http/pages/insertedfilespage.h @@ -7,7 +7,9 @@ class InsertedFilesPage:public IPageHandler,public IDatabase { public: - InsertedFilesPage(const std::string &templatestr):IPageHandler(templatestr) {} + InsertedFilesPage(const std::string &templatestr):IPageHandler(templatestr,"insertedfiles.htm") {} + + IPageHandler *New() { return new InsertedFilesPage(m_template); } private: const bool WillHandleURI(const std::string &uri);