diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-08-29 11:50:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-08-29 11:50:40 +0200 |
commit | 74d80473df46f16e3d5ac840648f491588bdbd1f (patch) | |
tree | c7bb35d9df07f7426cee31355c6ba8bf2e9cae3f | |
parent | 07792adc56840b178d8fb029113dd6598ce7fc10 (diff) | |
parent | 7ecb337405aa1ca9327487eecaa352059ee65052 (diff) | |
download | volse-hubzilla-74d80473df46f16e3d5ac840648f491588bdbd1f.tar.gz volse-hubzilla-74d80473df46f16e3d5ac840648f491588bdbd1f.tar.bz2 volse-hubzilla-74d80473df46f16e3d5ac840648f491588bdbd1f.zip |
Merge remote-tracking branch 'mike/master' into dev
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 | ||||
-rw-r--r-- | install/INSTALL.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index fa2368a92..f74c8f11c 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -559,6 +559,8 @@ class Notifier { foreach($dhubs as $hub) { + logger('notifier_hub: ' . $hub['hubloc_url'],LOGGER_DEBUG); + if($hub['hubloc_network'] !== 'zot') { $narr = [ 'channel' => $channel, diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 421656023..fe2484d7a 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -230,7 +230,7 @@ Change "/base/directory", and "/path/to/php" as appropriate for your situation. If you are using a Linux server, run "crontab -e" and add a line like the one shown, substituting for your unique paths and settings: -*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php Zotlabs/Daemon/Master.php Cron +*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1 You can generally find the location of PHP by executing "which php". If you have troubles with this section please contact your hosting provider for |