From d2ba64924092d7695b4e126e2e8248926ee8700b Mon Sep 17 00:00:00 2001
From: Michael Fürmann <michael@spicyweb.de>
Date: Tue, 17 Feb 2015 16:02:32 -0500
Subject: [PATCH] Added XMPP Users List and DB Table
---
interface/lib/classes/validate_domain.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/lib/classes/validate_domain.inc.php b/interface/lib/classes/validate_domain.inc.php
index 8df0d2f..a072412 100644
--- a/interface/lib/classes/validate_domain.inc.php
+++ b/interface/lib/classes/validate_domain.inc.php
@@ -123,7 +123,7 @@
foreach($regex as $r) {
if(preg_match(trim($r),$directive)) {
$blocked = true;
- $blocked_line = $directive;
+ $blocked_line .= $directive.'<br />';
};
}
}
--
Gitblit v1.9.1