From 621faf970d37f8cfdc8e56fbd2a7d1f9c77536f1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 19 Mar 2014 11:17:09 +0100 Subject: Add export 'from' and 'to' desciptions in html overview page. --- server/src/admin_connection.cc | 1 + 1 file changed, 1 insertion(+) 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() "/listactivesessions lists all active sessions on the server.\n" "/flushsessions flushes all active sessions to disc.\n" "/export?template=[TEMPLATE] export template with name [TEMPLATE] to a\n csf file (comma seperated file, that can be opened in OOCalc or Excel).\n" + "/export?template=[TEMPLATE]&from=[FROM]&to=[TO] export template with name [TEMPLATE] and time range to a\n csf file. Both from and to are in unixtime.\n" + admin_rc("footer"); return true; } -- cgit v1.2.3