diff options
author | zottel <github@zottel.net> | 2015-09-16 09:56:11 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-16 09:56:11 +0200 |
commit | c2dac55edb9d825990b43f8f3c857a99ad491387 (patch) | |
tree | 807a02a553eaf3ac9fce51ab8351c6dd637f10e0 /include/poller.php | |
parent | 06bfd2b5025f9dc8e4672f1965b92660daac770e (diff) | |
parent | 4c5a74284bb1c2e23ef1e40c09d10f3449f8c853 (diff) | |
download | volse-hubzilla-c2dac55edb9d825990b43f8f3c857a99ad491387.tar.gz volse-hubzilla-c2dac55edb9d825990b43f8f3c857a99ad491387.tar.bz2 volse-hubzilla-c2dac55edb9d825990b43f8f3c857a99ad491387.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index a1b25bf41..72f22d946 100644 --- a/include/poller.php +++ b/include/poller.php @@ -175,7 +175,10 @@ function poller_run($argv, $argc){ logger('regdir: ' . print_r(z_fetch_url(get_directory_primary() . '/regdir?f=&url=' . urlencode(z_root()) . '&realm=' . urlencode(get_directory_realm())),true)); } + // Check for dead sites + proc_run('php', 'include/checksites.php'); + // update searchable doc indexes proc_run('php', 'include/importdoc.php'); /** |