X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Flocalidentitiespage.h;fp=include%2Fhttp%2Fpages%2Flocalidentitiespage.h;h=162777c68cc8a8c946051325a548b85c44aef666;hp=d994fd248878a07ef58ee7bd0f90d7696ca48e66;hb=221236a4d3aac4144529d418ce368db5c98facb0;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923 diff --git a/include/http/pages/localidentitiespage.h b/include/http/pages/localidentitiespage.h index d994fd2..162777c 100644 --- a/include/http/pages/localidentitiespage.h +++ b/include/http/pages/localidentitiespage.h @@ -7,7 +7,7 @@ class LocalIdentitiesPage:public IPageHandler,public IDatabase { public: - LocalIdentitiesPage(const std::string &templatestr):IPageHandler(templatestr) {} + LocalIdentitiesPage(const std::string &templatestr):IPageHandler(templatestr,"localidentities.htm") {} IPageHandler *New() { return new LocalIdentitiesPage(m_template); }