From dd42a351d52ec7ad63796657c5dbbf8d6a379362 Mon Sep 17 00:00:00 2001 From: David Ramos Date: Fri, 2 Feb 2018 09:36:57 +0100 Subject: [PATCH] =?UTF-8?q?Cambio=20del=20valor=20del=20campo=20ftp=20del?= =?UTF-8?q?=20pdf,=20antes=20ten=C3=ADa=20la=20ip=20del=20servidor=20web?= =?UTF-8?q?=20ahora=20tiene=20el=20nombre=20del=20dominio.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new_service_webdns.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/new_service_webdns.php b/new_service_webdns.php index 77555c2..e1066fe 100755 --- a/new_service_webdns.php +++ b/new_service_webdns.php @@ -466,6 +466,8 @@ class page_action extends tform_actions {
Nuevo dominio: '. $fields['domain'].'

'; $eldom = $fields['domain']; + //Ahora en dirección ftp para el pdf ponemos el nombre del domino. + $this->ip4_pdf = $eldom; echo '
'; echo ''; echo '';