diff options
-rw-r--r-- | server/src/admin_connection.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/admin_connection.cc b/server/src/admin_connection.cc index 75b41e7..91e86d5 100644 --- a/server/src/admin_connection.cc +++ b/server/src/admin_connection.cc @@ -116,6 +116,7 @@ bool AdminConnection::handle() "<strong>/listactivesessions</strong> lists all active sessions on the server.\n" "<strong>/flushsessions</strong> flushes all active sessions to disc.\n" "<strong>/export?template=<em>[TEMPLATE]</em></strong> export template with name [TEMPLATE] to a\n csf file (comma seperated file, that can be opened in OOCalc or Excel).\n" + "<strong>/export?template=<em>[TEMPLATE]</em>&from=<em>[FROM]</em>&to=<em>[TO]</em></strong> export template with name [TEMPLATE] and time range to a\n csf file. Both <em>from</em> and <em>to</em> are in unixtime.\n" + admin_rc("footer"); return true; } |