This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new b6e1c9d  Also show original parameters
b6e1c9d is described below

commit b6e1c9de358f8ba43f910e9426c048fbfcc7f771
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 8 10:59:16 2021 +0100

    Also show original parameters
---
 site/api/stats.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/api/stats.lua b/site/api/stats.lua
index 240f1ee..a6af005 100644
--- a/site/api/stats.lua
+++ b/site/api/stats.lua
@@ -783,6 +783,7 @@ function handle(r)
     listdata.unixtime = os.time()
     if get.showQuery and not config.noShowQuery then
         listdata.squery = squery
+        listdata.sdata = get
     end
     
     r:puts(JSON.encode(listdata))

Reply via email to