]> git.proxmox.com Git - pmg-api.git/blame - PMG/RuleDB/ReceiverDomain.pm
remove sub oicon() - no longer needed
[pmg-api.git] / PMG / RuleDB / ReceiverDomain.pm
CommitLineData
0a580593
DM
1package PMG::RuleDB::ReceiverDomain;
2
3use strict;
4use warnings;
5
6use PMG::RuleDB::Domain;
7
8use base qw(PMG::RuleDB::Domain);
9
10sub otype {
11 return 1008;
12}
13
14sub receivertest {
15 return 1;
16}
17
181;