This commit is contained in:
friendica 2012-01-11 21:03:14 -08:00
parent 65011212a8
commit 0eb705271f
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -12,10 +12,11 @@
function extcron_install() {}
function nsfw_uninstall() {}
function extcron_uninstall() {}
function extcron_module() {}
function extcron_init(&$a) {
proc_run('php','include/poller.php');
killme();
}