more debugging - looks like michameer.dyndns.org is throwing 500s so cannot test further
This commit is contained in:
parent
6a42d3708c
commit
e03f6cb975
@ -220,6 +220,8 @@ function zot_refresh($them,$channel = null) {
|
|||||||
|
|
||||||
$result = z_post_url($url . $rhs,$postvars);
|
$result = z_post_url($url . $rhs,$postvars);
|
||||||
|
|
||||||
|
logger('zot_refresh: zot-info: ' . print_r($result,true));
|
||||||
|
|
||||||
if($result['success']) {
|
if($result['success']) {
|
||||||
|
|
||||||
$j = json_decode($result['body'],true);
|
$j = json_decode($result['body'],true);
|
||||||
|
Reference in New Issue
Block a user