From 8d01eb0ea3afa104db70c4776a9b759eb35683e3 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 09 Mar 2010 05:00:23 -0500 Subject: [PATCH] Added missing path /var/www/domain.tld/web to the php open basedir path. --- interface/web/help/lib/lang/fr_support_message.lng | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/interface/web/help/lib/lang/fr_support_message.lng b/interface/web/help/lib/lang/fr_support_message.lng index 284fe47..690a912 100644 --- a/interface/web/help/lib/lang/fr_support_message.lng +++ b/interface/web/help/lib/lang/fr_support_message.lng @@ -1,11 +1,7 @@ -<?php -// Traduction française par Falistos (http://hyodream.fr/ispconfig-fr) -// Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt - -$wb["recipient_id_txt"] = "ID Destinataire"; -$wb["sender_id_txt"] = "ID Expéditeur"; -$wb["subject_txt"] = "Sujet"; -$wb["message_txt"] = "Message"; -$wb["tstamp_txt"] = "Timestamp"; -?> - +<?php +$wb['recipient_id_txt'] = 'ID Destinataire'; +$wb['sender_id_txt'] = 'ID Expéditeur'; +$wb['subject_txt'] = 'Sujet'; +$wb['message_txt'] = 'Message'; +$wb['tstamp_txt'] = 'Timestamp'; +?> -- Gitblit v1.9.1