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:
parent
e92866251b
commit
00aa06282d
5 changed files with 18 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue