added: functions: ckeditor, uptime
added: for function: login - a html pattern for GET request git-svn-id: svn://ttmath.org/publicrep/winix/trunk@567 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
std::string base_server;
|
||||
std::string base_url_prefix;
|
||||
std::string base_url_static_prefix;
|
||||
std::string base_url_static_ext_prefix;
|
||||
std::string base_url_static_auth_prefix;
|
||||
|
||||
std::string http_session_id_name;
|
||||
@@ -133,6 +134,9 @@ public:
|
||||
// base_url_static_prefix + base_server
|
||||
std::string base_url_static;
|
||||
|
||||
// additional static server for common content such as ckeditor
|
||||
std::string base_url_static_ext;
|
||||
|
||||
// base_url_static_auth_prefix + base_server
|
||||
std::string base_url_static_auth;
|
||||
|
||||
@@ -185,6 +189,11 @@ public:
|
||||
// rebus (captcha)
|
||||
Rebus rebus;
|
||||
|
||||
// the time when the winix starts
|
||||
time_t system_start;
|
||||
|
||||
// how many logged users
|
||||
long how_many_logged;
|
||||
|
||||
Data();
|
||||
|
||||
|
Reference in New Issue
Block a user