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