aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-14 19:16:25 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-14 19:16:25 -0700
commit97b990c9bf0c08e9088ea8dea54177c044eaa6ad (patch)
tree4354a2ea87c4cf7a83d16f233fdf2233a95a89b0 /include/poller.php
parent8fb4f376702ad3d4417bb2c4d8937a9911cb56ca (diff)
downloadvolse-hubzilla-97b990c9bf0c08e9088ea8dea54177c044eaa6ad.tar.gz
volse-hubzilla-97b990c9bf0c08e9088ea8dea54177c044eaa6ad.tar.bz2
volse-hubzilla-97b990c9bf0c08e9088ea8dea54177c044eaa6ad.zip
site checking stuff
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php3
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');
/**