X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Frecentlyaddedpage.cpp;h=313544ebdcad1a4f5dec0d137b91876713b185ae;hb=221236a4d3aac4144529d418ce368db5c98facb0;hp=2b09ce8d8da2e7101f4c55514753b88bb22cebcc;hpb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923;p=fms.git diff --git a/src/http/pages/recentlyaddedpage.cpp b/src/http/pages/recentlyaddedpage.cpp index 2b09ce8..313544e 100644 --- a/src/http/pages/recentlyaddedpage.cpp +++ b/src/http/pages/recentlyaddedpage.cpp @@ -81,15 +81,3 @@ const std::string RecentlyAddedPage::GeneratePage(const std::string &method, con return StringFunctions::Replace(m_template,"[CONTENT]",content); } - -const bool RecentlyAddedPage::WillHandleURI(const std::string &uri) -{ - if(uri.find("recentlyadded.")!=std::string::npos) - { - return true; - } - else - { - return false; - } -}