Register NC connector verification action

This commit is contained in:
Terranom674
2026-08-17 10:41:25 +02:00
parent 25eebeb5d5
commit 35b3114fbe

View File

@@ -83,6 +83,9 @@ function bratonien_tools_get_tools()
'nc_connector_import_legacy' => array( 'nc_connector_import_legacy' => array(
'handler' => 'bratonien_tools_nc_connector_import_legacy', 'handler' => 'bratonien_tools_nc_connector_import_legacy',
), ),
'nc_connector_verify' => array(
'handler' => 'bratonien_tools_nc_connector_verify',
),
'self_update_check' => array( 'self_update_check' => array(
'handler' => 'bratonien_tools_self_update_check', 'handler' => 'bratonien_tools_self_update_check',
), ),