From 97d6590037b36916b3ba7e38da92c102ffb9b465 Mon Sep 17 00:00:00 2001
From: thomascube
Date: Fri, 3 Oct 2008 21:05:58 +0000
Subject: [PATCH] Validate
---
installer/test.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/installer/test.php b/installer/test.php
index 8af6a6aef..edf77325a 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -281,10 +281,10 @@ if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to']
else {
$RCI->fail('SMTP send', 'Invalid sender or recipient');
}
+
+ echo '
';
}
-echo '';
-
?>