#ifndef ____setupadmin_h__ #define ____setupadmin_h__ namespace http { class __setupadmin : public HTTPPage { int processCommand(std::string request, core::Session *session, HTTPSession *httpSession, std::stringstream &data) override { data << "\

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

\ \
"; return true; } }; } #endif