From ff7d93f1b3b1ff53be9419615bf266f609b205f0 Mon Sep 17 00:00:00 2001 From: David Ramos Date: Wed, 24 Jan 2018 09:45:16 +0100 Subject: [PATCH] =?UTF-8?q?Cambio=20de=20la=20creaci=C3=B3n=20de=20registr?= =?UTF-8?q?os=20tipo=20A.=20Se=20guarda=20solo=20el=20texto=20del=20subdom?= =?UTF-8?q?inio.=20Cambio=20texto=20versi=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new_service_webdns.php | 4 ++-- version_webdns.php | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/new_service_webdns.php b/new_service_webdns.php index b4079c0..39298b4 100755 --- a/new_service_webdns.php +++ b/new_service_webdns.php @@ -584,9 +584,9 @@ class page_action extends tform_actions { $this->encontrado = preg_match($patronSubDominos, $subdom, $coincidencias); //print "
"; print_r($coincidencias); print "
\n"; - $this->subdominio = $coincidencias[0]; + $this->subdominio = $coincidencias[1]; $this->dominio = $coincidencias[2]; - + $this->es_subdominio = true; } diff --git a/version_webdns.php b/version_webdns.php index 761f150..972cf29 100755 --- a/version_webdns.php +++ b/version_webdns.php @@ -20,7 +20,9 @@ require_once '../../lib/config.inc.php'; require_once '../../lib/app.inc.php'; -echo '

 

 

 

'.$app->lng('Versión de WebDNS').' 2.0
Control de límites

'; +echo '

 

 

 

+

'.$app->lng('Versión WebDNS').' 2.0 +
Para todos los usuarios.

Control de límites para zonas dns, bases de datos y sitios web.

'; ?>