NETLINK
2012-11-09 204e1e03e9cd6a9007e4fc7ff4202b09dc9ea2b2
Update plugins/password/password.php
1 files modified
2 ■■■ changed files
plugins/password/password.php 2 ●●● patch | view | raw | blame | history
plugins/password/password.php
@@ -58,7 +58,7 @@
        
        $host = isset( $_SESSION['imap_host'] ) ? $_SESSION['imap_host'] : NULL;
        $hosts = $rcmail->config->get( 'password_supported_hosts' );
        if ( !empty( $hosts ) and !in_array( $host, $hosts ) {
        if ( !empty( $hosts ) and !in_array( $host, $hosts ) ) {
            return;
        }