summaryrefslogtreecommitdiffstats
path: root/modules/xml.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xml.pl')
-rw-r--r--modules/xml.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/xml.pl b/modules/xml.pl
index 1978af9..ce7712d 100644
--- a/modules/xml.pl
+++ b/modules/xml.pl
@@ -17,6 +17,7 @@ sub readXML {
$::users = $::xs1->XMLin( "$p/users.xml", ForceArray => 'person');
$::commands = $::xs1->XMLin( "$p/commands.xml", ForceArray => [qw/command/]);
$::mysql = $::xs1->XMLin( "$p/mysql.xml", ForceArray => []);
+ $::dnsbl = $::xs1->XMLin( "$p/dnsbl.xml", ForceArray => []);
}
sub writeXML {