version 0.3.23
[fms.git] / include / http / pages / insertedfilespage.h
index c09e638..d9d4832 100644 (file)
@@ -7,7 +7,9 @@
 class InsertedFilesPage:public IPageHandler,public IDatabase\r
 {\r
 public:\r
-       InsertedFilesPage(const std::string &templatestr):IPageHandler(templatestr)             {}\r
+       InsertedFilesPage(const std::string &templatestr):IPageHandler(templatestr,"insertedfiles.htm")         {}\r
+\r
+       IPageHandler *New()     { return new InsertedFilesPage(m_template); }\r
 \r
 private:\r
        const bool WillHandleURI(const std::string &uri);\r