require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php

This commit is contained in:
redmatrix
2016-05-24 23:05:00 -07:00
parent 80f2ba640e
commit c37eaff263
5 changed files with 50 additions and 23 deletions

View File

@@ -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');