X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Finsertedfilespage.cpp;h=c9d46842bf1c3a2d1acb9828b9b2a9e2ffe36236;hp=13abc3d9eab2cdf8a91ebe954221e33fff2bf065;hb=52581afffd81f5a71c129d87e3ac822d9522f12d;hpb=63376b2a82c3f6cdf2df56b1f134bd7df0aaab3a diff --git a/src/http/pages/insertedfilespage.cpp b/src/http/pages/insertedfilespage.cpp index 13abc3d..c9d4684 100644 --- a/src/http/pages/insertedfilespage.cpp +++ b/src/http/pages/insertedfilespage.cpp @@ -15,6 +15,8 @@ const std::string InsertedFilesPage::GeneratePage(const std::string &method, con std::string node="localhost"; Option::Instance()->Get("FCPHost",node); + std::string fproxyport="8888"; + Option::Instance()->Get("FProxyPort",fproxyport); while(st.RowReturned()) { @@ -26,7 +28,7 @@ const std::string InsertedFilesPage::GeneratePage(const std::string &method, con st.ResultText(1,filename); st.ResultText(2,sizestr); - content+=""+SanitizeOutput(filename)+" - "+sizestr+" bytes"; + content+=""+SanitizeOutput(filename)+" - "+sizestr+" bytes"; content+="
"; st.Step();