Marius Cramer
2015-03-31 e146fe8cebdf9201ccd67b37333a6c423ac5c1f4
Merge branch 'master' into 'master'

Master

See merge request !173
3 files modified
6 ■■■■■ changed files
interface/web/dns/form/dns_cname.tform.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/backup_plugin.inc.php 2 ●●●●● patch | view | raw | blame | history
server/plugins-available/mail_plugin_dkim.inc.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/form/dns_cname.tform.php
@@ -86,7 +86,7 @@
                    'type' => 'TOLOWER')
            ),
            'validators' => array (  0 => array ( 'type' => 'REGEX',
                    'regex' => '/^[a-zA-Z0-9\.\-\*]{0,255}$/',
                    'regex' => '/^[a-zA-Z0-9\.\-\*\_]{0,255}$/',
                    'errmsg'=> 'name_error_regex'),
            ),
            'default' => '',
server/plugins-available/backup_plugin.inc.php
@@ -156,6 +156,7 @@
                        }
                    }
                }
                if( $server_config['backup_dir_is_mount'] == 'y' ) $app->system->umount_backup_dir($backup_dir);
            } else {
                $app->log('Backup directory not ready.', LOGLEVEL_DEBUG);
            }
@@ -227,6 +228,7 @@
                        }
                    }
                }
                if( $server_config['backup_dir_is_mount'] == 'y' ) $app->system->umount_backup_dir($backup_dir);
            } else {
                $app->log('Backup directory not ready.', LOGLEVEL_DEBUG);
            }
server/plugins-available/mail_plugin_dkim.inc.php
@@ -75,9 +75,9 @@
     */
    function get_amavis_config() {
        $pos_config=array(
            '/etc/amavisd.conf',
            '/etc/amavisd.conf/50-user',
            '/etc/amavis/conf.d/50-user',
            '/etc/amavisd.conf',
            '/etc/amavisd/amavisd.conf'
        );
        $amavis_configfile='';