From cabd6f6205756a51064fb856aca2ed94d28b1cf7 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 12 Sep 2008 11:31:19 -0400 Subject: [PATCH] Disabled suphp_UserGroup directive by default to make the setup compatible with the suphp compile options from most linux distributions. If you want some extra security, enable this directive again and recompile mod_suphp with the the option --with-setid-mode=paranoid --- interface/web/help/lib/lang/en_support_message.lng | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/interface/web/help/lib/lang/en_support_message.lng b/interface/web/help/lib/lang/en_support_message.lng index 1f9aff1..1d27248 100644 --- a/interface/web/help/lib/lang/en_support_message.lng +++ b/interface/web/help/lib/lang/en_support_message.lng @@ -1,9 +1,9 @@ -<?php -$wb['recipient_id_txt'] = 'recipient_id'; -$wb['sender_id_txt'] = 'sender_id'; -$wb['subject_txt'] = 'subject'; -$wb['message_txt'] = 'message'; -$wb['tstamp_txt'] = 'tstamp'; -$wb['btn_save_txt'] = 'Save'; -$wb['btn_cancel_txt'] = 'Cancel'; -?> \ No newline at end of file +<?php +$wb['recipient_id_txt'] = 'Recipient ID'; +$wb['sender_id_txt'] = 'Sender ID'; +$wb['subject_txt'] = 'Subject'; +$wb['message_txt'] = 'Message'; +$wb['tstamp_txt'] = 'Timestamp'; +$wb['btn_save_txt'] = 'Save'; +$wb['btn_cancel_txt'] = 'Cancel'; +?> -- Gitblit v1.9.1