diff options
author | friendica <info@friendica.com> | 2015-03-01 20:14:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-01 20:14:42 -0800 |
commit | 36af4265380e2555d35d7dfbf912b657af45b26c (patch) | |
tree | 59c3bceb495bbd497f0f65f889533e584fd9e96c /include/poller.php | |
parent | e006658b017f4de04b8f98049c2960c3165ceb11 (diff) | |
download | volse-hubzilla-36af4265380e2555d35d7dfbf912b657af45b26c.tar.gz volse-hubzilla-36af4265380e2555d35d7dfbf912b657af45b26c.tar.bz2 volse-hubzilla-36af4265380e2555d35d7dfbf912b657af45b26c.zip |
Nag hub admins with self-signed certs to fix them. Otherwise we'll just have to start
marking them as dead sites.
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index fd78ce087..06311eb39 100644 --- a/include/poller.php +++ b/include/poller.php @@ -150,6 +150,7 @@ function poller_run($argv, $argc){ call_hooks('cron_weekly',datetime_convert()); + z_check_cert(); require_once('include/hubloc.php'); prune_hub_reinstalls(); |