added: "server_mode" config option (std::wstring)
you can assign any string to it such as "production" "dev" this value is not used by winix itself you can refer to it from [server_mode] and [server_mode_is] ezc functions git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1007 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -578,6 +578,13 @@ void Templates::CreateFunctions()
|
||||
ezc_functions.Insert("rebus_question", rebus_question);
|
||||
|
||||
|
||||
/*
|
||||
server
|
||||
*/
|
||||
ezc_functions.Insert("server_mode", server_mode);
|
||||
ezc_functions.Insert("server_mode_is", server_mode_is);
|
||||
|
||||
|
||||
/*
|
||||
slog
|
||||
*/
|
||||
|
Reference in New Issue
Block a user