Une parenthèse fermante manquante dans la requète
Empêchait la création du template roundcube-ssl fix #80 normalement
This commit is contained in:
parent
37c99da74c
commit
2a23207af7
|
@ -38,7 +38,7 @@ if ($argv[1] == "before-reload") {
|
|||
$db->query("SELECT * FROM domaines_type WHERE name='roundcube';");
|
||||
if ($db->next_record()) {
|
||||
$db->query("INSERT IGNORE INTO `domaines_type` (name, description, target, entry, compatibility, enable, only_dns, need_dns, advanced ) VALUES
|
||||
('roundcube-ssl', 'HTTPS Roundcube Webmail', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'mx,mx2,defmx,defmx2,txt', 'ALL', 0, 0, 1;");
|
||||
('roundcube-ssl', 'HTTPS Roundcube Webmail', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'mx,mx2,defmx,defmx2,txt', 'ALL', 0, 0, 1);");
|
||||
} else {
|
||||
$db->query("DELETE FROM domaines_type WHERE name='roundcube-ssl';");
|
||||
$db->query("UPDATE sub_domaines SET web_action='DELETE' WHERE type='roundcube-ssl';");
|
||||
|
|
Loading…
Reference in New Issue