mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: style sweep
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ class AccountsController extends ApiMutableModelControllerBase
|
||||
}
|
||||
unset($row['use_interface']);
|
||||
if ($row['service'] == 'Custom') {
|
||||
$row['service'] = 'Custom ('.$row['protocol'].')';
|
||||
$row['service'] = 'Custom (' . $row['protocol'] . ')';
|
||||
}
|
||||
unset($row['protocol']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user