Config adding...
This commit is contained in:
11
hook.php
11
hook.php
@@ -25,6 +25,17 @@ function plugin_remotesupport_install()
|
||||
{
|
||||
global $DB;
|
||||
|
||||
$config = new Config();
|
||||
$config->setConfigurationValues('plugin:Remotesupport',
|
||||
[ 'run_mode' => 'None',
|
||||
'threads' => 100,
|
||||
'show_in_tickets' => true,
|
||||
'show_in_computers' => true,
|
||||
'easy_novnc' => true,
|
||||
'fusion' => true]
|
||||
);
|
||||
|
||||
|
||||
Toolbox::logInFile("remotsupport", "Installing plugin");
|
||||
$state_online = [
|
||||
'name' => 'Online',
|
||||
|
||||
Reference in New Issue
Block a user