From 37b29231e47a0c4458dc1c15d98588f16f07e1e2 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 06 Aug 2015 03:18:44 -0400
Subject: [PATCH] - don't set password via remoting if field is empty

---
 interface/web/sites/lib/lang/es_web_vhost_domain.lng |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/sites/lib/lang/es_web_vhost_domain.lng b/interface/web/sites/lib/lang/es_web_vhost_domain.lng
index c59c2d1..e74f218 100644
--- a/interface/web/sites/lib/lang/es_web_vhost_domain.lng
+++ b/interface/web/sites/lib/lang/es_web_vhost_domain.lng
@@ -133,4 +133,5 @@
 $wb['backup_excludes_note_txt'] = '(Separa múltiples directorios con comas. Ejemplo: web/cache/*,web/backup)';
 $wb['backup_excludes_error_regex'] = 'Los directorios excluídos contienen caracteres no válidos.';
 $wb['invalid_custom_php_ini_settings_txt'] = 'Configuración personalizada de php.ini no válida';
+$wb["document_root_txt"] = "Document Root";
 ?>

--
Gitblit v1.9.1