mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
Removed deprecated addons
This commit is contained in:
parent
18784a484b
commit
936afb42c4
247 changed files with 13 additions and 17479 deletions
|
@ -1,29 +0,0 @@
|
|||
<?php
|
||||
|
||||
|
||||
/**
|
||||
* Name: external cron
|
||||
* Description: Use external server or service to run poller regularly
|
||||
* Version: 1.0
|
||||
* Author: Mike Macgirvin <https://macgirvin.com/profile/mike>
|
||||
*
|
||||
* Notes: External service needs to make a web request to http(s)://yoursite/extcron
|
||||
* Status: Unsupported
|
||||
*/
|
||||
|
||||
require_once "mod/worker.php";
|
||||
|
||||
function extcron_install() {}
|
||||
|
||||
function extcron_uninstall() {}
|
||||
|
||||
function extcron_module() {}
|
||||
|
||||
function extcron_init(&$a) {
|
||||
worker_init($a);
|
||||
killme();
|
||||
|
||||
// Deactivated
|
||||
//proc_run('php','include/poller.php');
|
||||
//killme();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue