From 6db27748d01ef709bf61a35314a56c565545bb7f Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 11 Jun 2012 06:35:30 -0400 Subject: [PATCH] - Added CC and BCC senders to mail function. - Bugfix: changed "Return-Path: $form" to Return-Path: $from. --- interface/web/vm/lib/lang/ar_openvz_ip_list.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/vm/lib/lang/ar_openvz_ip_list.lng b/interface/web/vm/lib/lang/ar_openvz_ip_list.lng index e326e69..c5f0601 100644 --- a/interface/web/vm/lib/lang/ar_openvz_ip_list.lng +++ b/interface/web/vm/lib/lang/ar_openvz_ip_list.lng @@ -1,6 +1,6 @@ -<?php -$wb["list_head_txt"] = 'OpenVZ IP addresses'; -$wb["server_id_txt"] = 'Server'; -$wb["ip_address_txt"] = 'IP address'; -$wb["reserved_txt"] = 'Reserved'; -?> \ No newline at end of file +<?php +$wb['list_head_txt'] = 'OpenVZ IP addresses'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP address'; +$wb['reserved_txt'] = 'Reserved'; +?> -- Gitblit v1.9.1