diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 18cc953..d98ef7c 100644 --- a/src/config.h +++ b/src/config.h @@ -24,10 +24,12 @@ class config { std::string mysql_host; std::string mysql_username; std::string mysql_password; - + + // Site communication std::string site_host; std::string site_password; - + std::string site_path; + config(); }; |