mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
All external poller addons are now deactivated
This commit is contained in:
parent
c1b2989812
commit
5148db9d6d
4 changed files with 23 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue