site checking stuff

This commit is contained in:
redmatrix
2015-09-14 19:16:25 -07:00
parent 8fb4f37670
commit 97b990c9bf
3 changed files with 74 additions and 3 deletions

View File

@@ -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');
/**