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