mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
opendns - add xmlrpc sync hook
This commit is contained in:
parent
abec7c49be
commit
79312f47ea
@ -49,6 +49,16 @@ function opendns_configure_do($verbose = false)
|
||||
}
|
||||
}
|
||||
|
||||
function opendns_xmlrpc_sync()
|
||||
{
|
||||
return [
|
||||
[
|
||||
'description' => gettext('OpenDNS'),
|
||||
'section' => 'opendns',
|
||||
'id' => 'opendns'
|
||||
]
|
||||
];
|
||||
}
|
||||
function opendns_register($pconfig)
|
||||
{
|
||||
$ch = curl_init();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user