Command back ...

This commit is contained in:
Michael
2017-11-14 22:13:33 +00:00
parent 405753d1c3
commit 9576f6743d
21 changed files with 1 additions and 1 deletions

7
include/threadupdate.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
require_once("include/threads.php");
function threadupdate_run(&$argv, &$argc){
update_threads();
update_threads_mention();
}