diff --git a/modules/admin.cpp b/modules/admin.cpp index e6283502..38ee0943 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -48,6 +48,8 @@ public: if (msvsParams.empty()) { sPageRet += "You passed in no params.\r\n"; } else { + sPageRet += "foo [" + GetParamString().Escape_n(CString::EHTML) + "]

"; + for (map::const_iterator it = msvsParams.begin(); it != msvsParams.end(); it++) { sPageRet += "

" + it->first + "

\r\n