mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
src: style update
This commit is contained in:
parent
79312f47ea
commit
a021a95868
@ -51,14 +51,13 @@ function opendns_configure_do($verbose = false)
|
||||
|
||||
function opendns_xmlrpc_sync()
|
||||
{
|
||||
return [
|
||||
[
|
||||
'description' => gettext('OpenDNS'),
|
||||
'section' => 'opendns',
|
||||
'id' => 'opendns'
|
||||
]
|
||||
];
|
||||
return [[
|
||||
'description' => gettext('OpenDNS'),
|
||||
'section' => 'opendns',
|
||||
'id' => 'opendns',
|
||||
]];
|
||||
}
|
||||
|
||||
function opendns_register($pconfig)
|
||||
{
|
||||
$ch = curl_init();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user