From 50beb401eac208f95bf05c19a05710adba7a26cd Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Mon, 11 May 2015 18:01:21 +0200 Subject: [PATCH] fixing alternc-ssl url-ssl template --- bureau/locales/fr_FR/LC_MESSAGES/messages.po | 6 +++--- ssl/alternc-ssl.install.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bureau/locales/fr_FR/LC_MESSAGES/messages.po b/bureau/locales/fr_FR/LC_MESSAGES/messages.po index 3f509502..7b4a88d2 100644 --- a/bureau/locales/fr_FR/LC_MESSAGES/messages.po +++ b/bureau/locales/fr_FR/LC_MESSAGES/messages.po @@ -5499,11 +5499,11 @@ msgstr "Hébergé localement" #: ../class/m_dom.php:2203 msgid "URL redirection" -msgstr "Redirection vers l'URL :" +msgstr "Redirection vers l'URL" #: ../class/m_dom.php:2203 msgid "URL redirection, HTTP & HTTPS" -msgstr "Redirection HTTP & HTTPS vers l'URL :" +msgstr "Redirection HTTP & HTTPS vers l'URL" #: ../class/m_dom.php:2204 msgid "IPv4 redirect" @@ -5535,7 +5535,7 @@ msgstr "Entrée DNS TXT" #: ../class/m_dom.php:2211 msgid "MX DNS entry" -msgstr "Entrée DNS TXT" +msgstr "Entrée DNS MX" #: ../class/m_dom.php:2212 msgid "secondary MX DNS entry" diff --git a/ssl/alternc-ssl.install.php b/ssl/alternc-ssl.install.php index 561fe7bd..1b499ecf 100644 --- a/ssl/alternc-ssl.install.php +++ b/ssl/alternc-ssl.install.php @@ -28,10 +28,10 @@ if ($argv[1] == "before-reload") { ('vhost-mixssl', 'Locally hosted HTTP and HTTPS', 'DIRECTORY', '%SUB% IN A @@PUBLIC_IP@@', 'vhost,url,txt,defmx,defmx2,mx,mx2', 'ALL', 0, 0, 1);"); $db->query("INSERT IGNORE INTO `domaines_type` (name, description, target, entry, compatibility, enable, only_dns, need_dns, advanced ) VALUES - ('panel-ssl', 'HTTPS AlternC panel access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'ip,ipv6,cname,txt,mx,mx2,defmx,defmx2', 'ALL', 0, 0, 1);"); + ('panel-ssl', 'HTTPS AlternC panel access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'txt,mx,mx2,defmx,defmx2', 'ALL', 0, 0, 1);"); $db->query("INSERT IGNORE INTO `domaines_type` (name, description, target, entry, compatibility, enable, only_dns, need_dns, advanced ) VALUES - ('url-ssl', 'URL redirection, HTTP & HTTPS', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'ip,ipv6,cname,txt,mx,mx2,defmx,defmx2', 'ALL', 0, 0, 1);"); + ('url-ssl', 'URL redirection, HTTP & HTTPS', 'URL', '%SUB% IN A @@PUBLIC_IP@@', 'cname,txt,mx,mx2,defmx,defmx2', 'ALL', 0, 0, 1);"); $db->query("SELECT * FROM domaines_type WHERE name='roundcube';"); if ($db->next_record()) {