services.inc code style

from recently-added code
This commit is contained in:
Phil Davis 2016-01-28 21:47:47 +05:45
parent 138e4140b7
commit 6a461f45d9

View File

@ -207,11 +207,11 @@ function services_radvd_configure($blacklist = array()) {
break;
}
if(is_numericint($dhcpv6ifconf['ravalidlifetime'])) {
if (is_numericint($dhcpv6ifconf['ravalidlifetime'])) {
$radvdconf .= "\t\tAdvValidLifetime {$dhcpv6ifconf['ravalidlifetime']};\n";
}
if(is_numericint($dhcpv6ifconf['rapreferredlifetime'])) {
if (is_numericint($dhcpv6ifconf['rapreferredlifetime'])) {
$radvdconf .= "\t\tAdvPreferredLifetime {$dhcpv6ifconf['rapreferredlifetime']};\n";
}