From: Michael Rasmussen Date: Tue, 23 Jun 2015 16:12:55 +0000 (+0200) Subject: Add feature to block sender in iRedAPD X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/55e904ab4e0994f21d26a68e70497fcacd8ec2d6 Add feature to block sender in iRedAPD --- diff --git a/index.php b/index.php index 84f6782..54b82d8 100644 --- a/index.php +++ b/index.php @@ -56,6 +56,8 @@ $action .= "\"Release\""; $action .= " "; $action .= "\"Delete\""; + $action .= " "; + $action .= "\"Block"; $sender = $row->sender; $received = strftime("%c", $row->time_iso); $quaratinefor = $util->convertContent($row->quaratinefor); diff --git a/pics/spam.png b/pics/spam.png new file mode 100644 index 0000000..1d9cd42 Binary files /dev/null and b/pics/spam.png differ