From 327124d51ae99f45b83d689fe6ceaa14b202e924 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 17 Nov 2008 12:45:57 -0500 Subject: [PATCH] Fixed: SSL vhost configuration not created when not all fields are filled. --- interface/web/sites/lib/lang/en_web_domain.lng | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/lib/lang/en_web_domain.lng b/interface/web/sites/lib/lang/en_web_domain.lng index 2853a5d..971b0e7 100644 --- a/interface/web/sites/lib/lang/en_web_domain.lng +++ b/interface/web/sites/lib/lang/en_web_domain.lng @@ -41,4 +41,10 @@ $wb["domain_error_regex"] = 'Domain name invalid.'; $wb["hd_quota_error_empty"] = 'Harddisk quota is empty.'; $wb["traffic_quota_error_empty"] = 'Traffic quota is empty.'; +$wb['error_ssl_state_empty'] = 'SSL State is empty.'; +$wb['error_ssl_locality_empty'] = 'SSL Locality is empty.'; +$wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.'; +$wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.'; +$wb['error_ssl_country_empty'] = 'SSL Country is empty.'; + ?> \ No newline at end of file -- Gitblit v1.9.1