1
1
Fork 0

Query other servers periodically for their known contacts

This commit is contained in:
Michael Vogel 2015-07-18 22:26:06 +02:00
commit cf3214c904
5 changed files with 183 additions and 25 deletions

View file

@ -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