From ab7597c7ec2d62aadf82c4c647d3dc63dae8de90 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Thu, 16 Aug 2012 14:53:05 -0400 Subject: [PATCH] Implemented FS#2379 - Add perl option to web sites (apache2 mod_perl2) Fixed (partly) FS#2310 - Template switch not working in mailuser module, for dashlets and the login page --- interface/web/sites/lib/lang/en_web_domain.lng | 1 + 1 files changed, 1 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 4968cfd..ba17f7e 100644 --- a/interface/web/sites/lib/lang/en_web_domain.lng +++ b/interface/web/sites/lib/lang/en_web_domain.lng @@ -81,6 +81,7 @@ $wb["php_fpm_use_socket_txt"] = 'Use Socket For PHP-FPM'; $wb["error_no_sni_txt"] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.'; $wb["python_txt"] = 'Python'; +$wb["perl_txt"] = 'Perl'; $wb["pm_max_children_txt"] = 'PHP-FPM pm.max_children'; $wb["pm_start_servers_txt"] = 'PHP-FPM pm.start_servers'; $wb["pm_min_spare_servers_txt"] = 'PHP-FPM pm.min_spare_servers'; -- Gitblit v1.9.1