X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhttp%2Fpages%2Fcreateidentitypage.h;h=a1a912f4afc415b572ae0fb085409a2779156f1b;hb=221236a4d3aac4144529d418ce368db5c98facb0;hp=4a5374c94f3203766960582ba64e1c484ffd8b72;hpb=f208e33c29132aacaec448e74341edea1b925a2a;p=fms.git diff --git a/include/http/pages/createidentitypage.h b/include/http/pages/createidentitypage.h index 4a5374c..a1a912f 100644 --- a/include/http/pages/createidentitypage.h +++ b/include/http/pages/createidentitypage.h @@ -7,7 +7,9 @@ class CreateIdentityPage:public IPageHandler,public IDatabase { public: - CreateIdentityPage(const std::string &templatestr):IPageHandler(templatestr) {} + CreateIdentityPage(const std::string &templatestr):IPageHandler(templatestr,"createidentity.htm") {} + + IPageHandler *New() { return new CreateIdentityPage(m_template); } private: const bool WillHandleURI(const std::string &uri);