]> git.mxchange.org Git - friendica-addons.git/blobdiff - extcron/extcron.php
typo
[friendica-addons.git] / extcron / extcron.php
index 4a0f1eb72f57109339be3efd1f35390974f8b32b..e3c21209b3c33e28d8e34caef0181d98efd183f5 100644 (file)
 
 function extcron_install() {}
 
-function nsfw_uninstall() {}
+function extcron_uninstall() {}
 
 function extcron_module() {}
 
 function extcron_init(&$a) {
        proc_run('php','include/poller.php');
+       killme();
 }