#ifndef ____setupadmin_h__ #define ____setupadmin_h__ namespace http { class __setupadmin : core::Command { int processCommand(std::string request, core::Session *session) override { session.out << "\

Please enter credential information\ for the security officer.
\
Session Id: " + httpSession->getSessionId() + "\
The configuration has not yet been established for this web site.

\ \
"; session.send(); } }