diff --git a/public_html/lists/admin/connect.php b/public_html/lists/admin/connect.php index 519f6a50d..b903a2b98 100644 --- a/public_html/lists/admin/connect.php +++ b/public_html/lists/admin/connect.php @@ -408,6 +408,8 @@ function sendMessageStats($msgid) } $data = Sql_Fetch_Array_Query(sprintf('select * from %s where id = %d', $tables['message'], $msgid)); $msg .= 'phpList version '.VERSION."\n"; + $msg .= 'phpList url '.getConfig("website")."\n"; + $diff = timeDiff($data['sendstart'], $data['sent']); if ($data['id'] && $data['processed'] > 10 && $diff != 'very little time') {