Revision b77ddf68
Added by Phil Davis over 8 years ago
src/usr/local/www/guiconfig.inc | ||
---|---|---|
430 | 430 |
return $pport; |
431 | 431 |
} |
432 | 432 |
|
433 |
function insert_word_breaks_in_domain_name($domain_name) { |
|
434 |
return str_replace('.', '.<wbr>', $domain_name); |
|
435 |
} |
|
436 |
|
|
433 | 437 |
function firewall_check_for_advanced_options(&$item) { |
434 | 438 |
$item_set = ""; |
435 | 439 |
if ($item['os']) { |
Also available in: Unified diff
Redmine #7301 Provide word-break opportunity for dynamic DNS host names
Signed-off-by: Phil Davis <phil.davis@inf.org>
(cherry picked from commit 138e79d42cb1771e3b8fcc727270187f5c7ee7db)