diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-30 15:01:22 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-30 15:01:22 -0800 |
commit | 7b065365e0d64a06ddfb7ade55e713a4b6a0f802 (patch) | |
tree | 319929299a1e92c95f6fc56da778893b30ace349 /Zotlabs/Daemon | |
parent | eebea700193155b176ee9a9b338f1a0ad4b6aa40 (diff) | |
download | volse-hubzilla-7b065365e0d64a06ddfb7ade55e713a4b6a0f802.tar.gz volse-hubzilla-7b065365e0d64a06ddfb7ade55e713a4b6a0f802.tar.bz2 volse-hubzilla-7b065365e0d64a06ddfb7ade55e713a4b6a0f802.zip |
consolidate hubloc storage
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Checksites.php | 1 | ||||
-rw-r--r-- | Zotlabs/Daemon/Cron_daily.php | 1 | ||||
-rw-r--r-- | Zotlabs/Daemon/Cron_weekly.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Daemon/Checksites.php b/Zotlabs/Daemon/Checksites.php index 991456319..a2081967a 100644 --- a/Zotlabs/Daemon/Checksites.php +++ b/Zotlabs/Daemon/Checksites.php @@ -3,7 +3,6 @@ namespace Zotlabs\Daemon; require_once('include/zot.php'); -require_once('include/hubloc.php'); class Checksites { diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php index a16d49853..0f0001890 100644 --- a/Zotlabs/Daemon/Cron_daily.php +++ b/Zotlabs/Daemon/Cron_daily.php @@ -76,7 +76,6 @@ class Cron_daily { Master::Summon(array('Expire')); Master::Summon(array('Cli_suggest')); - require_once('include/hubloc.php'); remove_obsolete_hublocs(); call_hooks('cron_daily',datetime_convert()); diff --git a/Zotlabs/Daemon/Cron_weekly.php b/Zotlabs/Daemon/Cron_weekly.php index ba4b67ff5..5b185f475 100644 --- a/Zotlabs/Daemon/Cron_weekly.php +++ b/Zotlabs/Daemon/Cron_weekly.php @@ -17,7 +17,6 @@ class Cron_weekly { z_check_cert(); - require_once('include/hubloc.php'); prune_hub_reinstalls(); mark_orphan_hubsxchans(); |