From 998f5844b46bd683c6e6e9ceef8e38bbafb19a5a Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Tue, 23 Oct 2012 09:28:34 -0400
Subject: [PATCH] Fixed: mysql_real_escape_string() should not be used anymore - converted to $app->db->quote()

---
 interface/web/admin/lib/lang/en_server_config.lng |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/lib/lang/en_server_config.lng b/interface/web/admin/lib/lang/en_server_config.lng
index af97459..e6e6336 100644
--- a/interface/web/admin/lib/lang/en_server_config.lng
+++ b/interface/web/admin/lib/lang/en_server_config.lng
@@ -16,7 +16,7 @@
 $wb['website_symlinks_rel_txt'] = 'Make relative symlinks';
 $wb["website_basedir_txt"] = 'Website basedir';
 $wb["website_autoalias_txt"] = 'Website auto alias';
-$wb["website_autoalias_note_txt"] = 'Placeholders: [client_id], [client_username], [website_id], [website_domain]';
+$wb["website_autoalias_note_txt"] = 'Placeholders:';
 $wb["vhost_conf_dir_txt"] = 'Vhost config dir';
 $wb["vhost_conf_enabled_dir_txt"] = 'Vhost config enabled dir';
 $wb["getmail_config_dir_txt"] = 'Getmail config dir';
@@ -167,5 +167,7 @@
 $wb["firewall_txt"] = 'Firewall';
 $wb["mailbox_quota_stats_txt"] = 'Mailbox quota statistics';
 $wb["enable_ip_wildcard_txt"] = 'Enable IP wildcard (*)';
-$wb["web_folder_protection_txt"] = 'Web folder protection';
+$wb["web_folder_protection_txt"] = 'Make web folders immutable (extended attributes)';
+$wb["overtraffic_notify_admin_txt"] = 'Send overtraffic notification to admin';
+$wb["overtraffic_notify_client_txt"] = 'Send overtraffic notification to client';
 ?>
\ No newline at end of file

--
Gitblit v1.9.1