Revision c9fd7ee0
Added by Chris Buechler about 9 years ago
src/etc/inc/services.inc | ||
---|---|---|
705 | 705 |
if ($octet < $start_octet) { |
706 | 706 |
continue; |
707 | 707 |
} |
708 |
$ptr_domain .= (empty($ptr_domain) ? '' : '.');
|
|
708 |
$ptr_domain .= ((empty($ptr_domain) && $ptr_domain !== "0") ? '' : '.');
|
|
709 | 709 |
$ptr_domain .= $revsubnet[$octet]; |
710 | 710 |
} |
711 | 711 |
$ptr_domain .= ".in-addr.arpa"; |
Also available in: Unified diff
Use 0 here if specified. Ticket #6413