From bd36f645c39b0c2acf7ef99ff34a1b69c1607192 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 07 Sep 2011 09:30:42 -0400 Subject: [PATCH] Fixed: FS#1696 - Possible problem with chrooted cronjobs. --- interface/web/admin/lib/lang/pl_server_ip.lng | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/web/admin/lib/lang/pl_server_ip.lng b/interface/web/admin/lib/lang/pl_server_ip.lng index d836e6b..7f6908b 100644 --- a/interface/web/admin/lib/lang/pl_server_ip.lng +++ b/interface/web/admin/lib/lang/pl_server_ip.lng @@ -1,7 +1,7 @@ -<?php -$wb["server_id_txt"] = 'Serwer'; -$wb["ip_address_txt"] = 'Adres IP'; -$wb["virtualhost_txt"] = 'Nazwa wirtualnego hosta HTTP'; -$wb["ip_err"] = 'Adres IP jest niepoprawny'; -?> - +<?php +$wb['server_id_txt'] = 'Serwer'; +$wb['ip_address_txt'] = 'Adres IP'; +$wb['virtualhost_txt'] = 'Nazwa wirtualnego hosta HTTP'; +$wb['ip_error_wrong'] = 'Adres IP jest niepoprawny'; +$wb['ip_error_unique'] = 'Adres IP musi być unikalny'; +?> -- Gitblit v1.9.1