]> git.mxchange.org Git - friendica-addons.git/blobdiff - extcron/extcron.php
Merge pull request #74 from beardy-unixer/master
[friendica-addons.git] / extcron / extcron.php
old mode 100644 (file)
new mode 100755 (executable)
index 4a0f1eb..e3c2120
 
 function extcron_install() {}
 
-function nsfw_uninstall() {}
+function extcron_uninstall() {}
 
 function extcron_module() {}
 
 function extcron_init(&$a) {
        proc_run('php','include/poller.php');
+       killme();
 }