till
2008-02-13 98154a9db52976be737d871cdb9d85274b8e45d2
* fixed a typo

1 files modified
4 ■■■■ changed files
check.php-dist 4 ●●●● patch | view | raw | blame | history
check.php-dist
@@ -235,7 +235,7 @@
    if ($rcmail_config['smtp_user'] == '%u'):
?>
<label>Username:</label><input type="text" name="smtp_test[user]" />
<label>Passwort:</label><input type="text" name="smtp_test[pass]" /><br />
<label>Password:</label><input type="text" name="smtp_test[pass]" /><br />
<?php
    endif;
endif;
@@ -292,7 +292,7 @@
?>
<form action="check.php" method="post">
<label>Username:</label><input type="text" name="imap_test[user]" />
<label>Passwort:</label><input type="text" name="imap_test[pass]" /><br /><br />
<label>Password:</label><input type="text" name="imap_test[pass]" /><br /><br />
<input type="hidden" name="action" value="imap" />
<input type="submit" value="check email" />
</form><br /><br />