|
|
|
@@ -1080,8 +1080,12 @@ class page_action extends tform_actions { |
|
|
|
$this->onError(); |
|
|
|
return true;*/ |
|
|
|
} |
|
|
|
|
|
|
|
//Si no tiene ip6 asignada tomamos la del servidor web |
|
|
|
if(!$this->ip6_servidor_dns['ip_address']){ |
|
|
|
$this->ip6_servidor_dns = $app->db->queryOneRecord( |
|
|
|
'SELECT ip_type, ip_address |
|
|
|
FROM server_ip |
|
|
|
WHERE client_id = "0" AND server_id = "'.$this->web_serv.'"AND ip_type="IPv6"'); |
|
|
|
//si no tiene servidor dns en la lista de ips se toma el servidor por defecto web y se usan sus ips |
|
|
|
// $global_web_config = $app->getconf->get_server_config($this->web_serv, 'server'); |
|
|
|
//$this->ip4_servidor_dns = $global_web_config; |
|
|
|
|