Moved some workers in their new habitat
This commit is contained in:
7
src/Worker/ThreadUpdate.php
Normal file
7
src/Worker/ThreadUpdate.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require_once("include/threads.php");
|
||||
|
||||
function threadupdate_run(&$argv, &$argc){
|
||||
update_threads();
|
||||
update_threads_mention();
|
||||
}
|
||||
Reference in New Issue
Block a user