From 9ed8eac8c624a5910710745a03a450291828a22d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 18 Sep 2015 23:02:03 -0700 Subject: include site identitfier on redmatrix delivery reports also --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/zot.php b/include/zot.php index d59329da4..4b3e23eea 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1547,6 +1547,8 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $ $result = array(); + $result['site'] = z_root(); + // We've validated the sender. Now make sure that the sender is the owner or author if(! $public) { -- cgit v1.2.3