summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-03-19 11:17:09 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-03-19 11:17:09 +0100
commit621faf970d37f8cfdc8e56fbd2a7d1f9c77536f1 (patch)
tree49095513a284069b8e13a3b0803e2decfd23072c
parent8ab5627280678e9823b5a7118772dcdd285b695b (diff)
Add export 'from' and 'to' desciptions in html overview page.
-rw-r--r--server/src/admin_connection.cc1
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;
}