You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/10/08 09:59:27 UTC

[incubator-ponymail] branch master updated: Also show original parameters

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 <se...@apache.org>
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))