forked from friendica/friendica-addons
typo
This commit is contained in:
parent
65011212a8
commit
0eb705271f
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