fixing alternc-ssl url-ssl template

This commit is contained in:
Benjamin Sonntag 2015-05-11 18:01:21 +02:00
parent 9e6b687572
commit 50beb401ea
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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()) {