All external poller addons are now deactivated

This commit is contained in:
Michael 2017-08-23 12:32:00 +00:00
parent c1b2989812
commit 5148db9d6d
4 changed files with 23 additions and 8 deletions

View file

@ -5,6 +5,7 @@
* Version: 1.0
* Author: Fabio Comuni <http://kirgroup.com/profile/fabrix>
* Author: Mike Macgirvin
* Status: Unsupported
*/
function procrunner_install() {
@ -40,6 +41,7 @@ function procrunner_uninstall() {
function procrunner_procrun(&$a, &$arr) {
return; // deactivated
$argv = $arr['args'];
$arr['run_cmd'] = false;