diff options
author | redmatrix <git@macgirvin.com> | 2016-05-24 23:05:00 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-24 23:05:00 -0700 |
commit | c37eaff26331c49a2c8754f6d49c6145863f47ca (patch) | |
tree | fbeaa955e7819a104fbd1a015a9414a6ebff4bc3 /Zotlabs | |
parent | 80f2ba640ec528bd43db243122a69e765703b7c0 (diff) | |
download | volse-hubzilla-c37eaff26331c49a2c8754f6d49c6145863f47ca.tar.gz volse-hubzilla-c37eaff26331c49a2c8754f6d49c6145863f47ca.tar.bz2 volse-hubzilla-c37eaff26331c49a2c8754f6d49c6145863f47ca.zip |
require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Daemon/Queue.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Queue.php b/Zotlabs/Daemon/Queue.php index c247be8e4..27306589d 100644 --- a/Zotlabs/Daemon/Queue.php +++ b/Zotlabs/Daemon/Queue.php @@ -6,6 +6,7 @@ require_once('include/queue_fn.php'); require_once('include/zot.php'); class Queue { + static public function run($argc,$argv) { require_once('include/items.php'); |