Moved some workers in their new habitat
This commit is contained in:
parent
38847af687
commit
33e98d6264
4 changed files with 0 additions and 0 deletions
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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue