summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-03 13:46:02 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-03 13:46:02 +0200
commit9b58f57b0cd9893a44c9d4381de4c82626242e94 (patch)
tree125034cf70cd371bb52b4db53f082def7830717b /src/strusCms.hpp
parent399cea0f02b46d2253e5d8aa2a67e8f30271c23b (diff)
downloadaCms-9b58f57b0cd9893a44c9d4381de4c82626242e94.tar.gz
aCms-9b58f57b0cd9893a44c9d4381de4c82626242e94.tar.bz2
added handling for 404 cases (catch all)
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 579b2d7..9f2bba4 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -15,8 +15,9 @@ class strusCms : public cppcms::application {
std::string root( std::string locale_name = "" );
public:
- apps::intro intro;
apps::user user;
+ apps::intro intro;
+ apps::master master;
std::string conn;
mailer mail;