X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhttp%2Fpages%2Frecentlyaddedpage.cpp;h=313544ebdcad1a4f5dec0d137b91876713b185ae;hb=4e96d123460d6363cf7274e36bd9357768eb86ad;hp=2b09ce8d8da2e7101f4c55514753b88bb22cebcc;hpb=fcb124f8d6d3f5678e82049fb8e5e23c8cfaec6d;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; - } -}