diff options
author | Mario <mario@mariovavti.com> | 2021-01-18 13:40:01 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-18 13:40:01 +0000 |
commit | d0f3d2b2a5736b8d24c4bfc9fa82f5e32bdc2fb2 (patch) | |
tree | 1b8aec25914bcdf19dbe8358abaa5d9090bf5731 /Zotlabs/Daemon/Cron_weekly.php | |
parent | 3742fe80fc54115683106d2b802b086123ea7bde (diff) | |
download | volse-hubzilla-d0f3d2b2a5736b8d24c4bfc9fa82f5e32bdc2fb2.tar.gz volse-hubzilla-d0f3d2b2a5736b8d24c4bfc9fa82f5e32bdc2fb2.tar.bz2 volse-hubzilla-d0f3d2b2a5736b8d24c4bfc9fa82f5e32bdc2fb2.zip |
cleanup daemon/curlauth
Diffstat (limited to 'Zotlabs/Daemon/Cron_weekly.php')
-rw-r--r-- | Zotlabs/Daemon/Cron_weekly.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron_weekly.php b/Zotlabs/Daemon/Cron_weekly.php index 34d0ed1ee..407aa40ef 100644 --- a/Zotlabs/Daemon/Cron_weekly.php +++ b/Zotlabs/Daemon/Cron_weekly.php @@ -19,7 +19,7 @@ class Cron_weekly { z_check_cert(); prune_hub_reinstalls(); - + mark_orphan_hubsxchans(); // Find channels that were removed in the last three weeks, but |