1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-07-02 14:04:16 +00:00

Set the html root from the config file.

This commit is contained in:
King_DuckZ 2017-04-18 20:10:36 +01:00
parent e92866251b
commit 00aa06282d
5 changed files with 18 additions and 2 deletions

View file

@ -59,6 +59,7 @@ namespace tawashi {
cgi::Env m_cgi_env;
std::string m_resp_value;
boost::string_ref m_base_uri;
std::string m_website_root;
std::string m_page_basename;
Types m_resp_type;
std::unique_ptr<redis::IncRedis> m_redis;