Query other servers periodically for their known contacts
This commit is contained in:
parent
38d7b5e326
commit
cf3214c904
5 changed files with 183 additions and 25 deletions
|
@ -82,6 +82,10 @@ function poller_run(&$argv, &$argc){
|
|||
|
||||
proc_run('php',"include/dsprphotoq.php");
|
||||
|
||||
// run the process to discover global contacts in the background
|
||||
|
||||
proc_run('php',"include/discover_poco.php");
|
||||
|
||||
// expire any expired accounts
|
||||
|
||||
q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue