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 dbe4365..14f5826 100644
--- a/modules/xml.pl
+++ b/modules/xml.pl
@@ -16,6 +16,7 @@ sub readXML {
$::commands = $::xs1->XMLin( "$p/commands.xml", ForceArray => [qw/command/]);
$::mysql = $::xs1->XMLin( "$p/mysql.xml", ForceArray => []);
$::dnsbl = $::xs1->XMLin( "$p/dnsbl.xml", ForceArray => []);
+ $::rules = $::xs1->XMLin( "$p/rules.xml", ForceArray => []);
}
sub writeXML {