mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 09:03:41 +00:00
typo
This commit is contained in:
parent
65011212a8
commit
0eb705271f
2 changed files with 2 additions and 1 deletions
BIN
extcron.tgz
BIN
extcron.tgz
Binary file not shown.
|
@ -12,10 +12,11 @@
|
||||||
|
|
||||||
function extcron_install() {}
|
function extcron_install() {}
|
||||||
|
|
||||||
function nsfw_uninstall() {}
|
function extcron_uninstall() {}
|
||||||
|
|
||||||
function extcron_module() {}
|
function extcron_module() {}
|
||||||
|
|
||||||
function extcron_init(&$a) {
|
function extcron_init(&$a) {
|
||||||
proc_run('php','include/poller.php');
|
proc_run('php','include/poller.php');
|
||||||
|
killme();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue