- set server-id parameter for inserttask in customer_ftp.php

- call inserttask in admin_clients::deploy
This commit is contained in:
Michael Kaufmann (d00p)
2010-10-20 09:12:21 +00:00
parent 0c9ab91373
commit cadab96bae
2 changed files with 8 additions and 1 deletions

View File

@@ -242,6 +242,13 @@ if((int)$settings['multiserver']['enabled'] == 1)
if(isset($_POST['send'])
&& $_POST['send'] == 'send')
{
// ...
/**
* create task to deploy client,
* always use id of master-server
*/
inserttask('9', $id, 0);
}
else
{