Selaa lähdekoodia

Cambio del valor del campo ftp del pdf, antes tenía la ip del servidor web ahora tiene el nombre del dominio.

develop
David Ramos 8 vuotta sitten
vanhempi
commit
dd42a351d5
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      new_service_webdns.php

+ 2
- 0
new_service_webdns.php Näytä tiedosto

@@ -466,6 +466,8 @@ class page_action extends tform_actions {
<b> </b><br>Nuevo dominio: <b>'. $fields['domain'].'</b><br><br>';

$eldom = $fields['domain'];
//Ahora en dirección ftp para el pdf ponemos el nombre del domino.
$this->ip4_pdf = $eldom;
echo '<form method="post" id="formulario" action="webdns/pdf_o6h.php" target="_blank">';
echo '<input id="pdf_power" name="pdf_power" type="hidden" value="'.$html_resultado.'">';
echo '<input id="nombre_bd" name="nombre_bd" type="hidden" value="'.$this->nombre_db_txt.'">';


Loading…
Peruuta
Tallenna