From 54a304276fb361f95332c5c1f8c6f67026b1d96c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 31 Jul 2015 13:43:19 +0200 Subject: made it possible to run standalone without proxying webserver: - deliver static pages - some default redirects pointing to the main landing page --- src/strusCms.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strusCms.hpp') diff --git a/src/strusCms.hpp b/src/strusCms.hpp index 285f026..83d4c8c 100644 --- a/src/strusCms.hpp +++ b/src/strusCms.hpp @@ -14,6 +14,7 @@ class strusCms : public cppcms::application { public: strusCms( cppcms::service &srv ); std::string root( std::string locale_name = "" ); + std::string media_root( std::string locale_name = "" ); public: apps::master master; @@ -25,6 +26,7 @@ class strusCms : public cppcms::application { private: std::string script; + std::string media; std::string locale_name; }; -- cgit v1.2.3-54-g00ecf