- small improvements

release-0.6
alecpl 15 years ago
parent 874ff4d4be
commit 2563619a58

@ -119,7 +119,7 @@ else {
?> ?>
<h3>Check configured database settings</h3> <h3>Check DB config</h3>
<?php <?php
$db_working = false; $db_working = false;
@ -211,7 +211,7 @@ if ($db_working) {
?> ?>
<h3>Test SMTP settings</h3> <h3>Test SMTP config</h3>
<p> <p>
Server: <?php echo $RCI->getprop('smtp_server', 'PHP mail()'); ?><br /> Server: <?php echo $RCI->getprop('smtp_server', 'PHP mail()'); ?><br />
@ -244,7 +244,7 @@ $to_field = new html_inputfield(array('name' => '_to', 'id' => 'sendmailto'));
<?php <?php
if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to'])) { if (isset($_POST['sendmail'])) {
echo '<p>Trying to send email...<br />'; echo '<p>Trying to send email...<br />';
@ -326,7 +326,7 @@ if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to']
<p><input type="submit" name="sendmail" value="Send test mail" /></p> <p><input type="submit" name="sendmail" value="Send test mail" /></p>
<h3>Test IMAP configuration</h3> <h3>Test IMAP config</h3>
<?php <?php

@ -50,4 +50,3 @@ function raise_error($p)
$rci = rcube_install::get_instance(); $rci = rcube_install::get_instance();
$rci->raise_error($p); $rci->raise_error($p);
} }

Loading…
Cancel
Save