URL | = $this->feed->feed_url ?> |
Last Ping Received | = format_date($this->feed->push_last_ping_received, $tz) ?> |
Last Retrieved | = format_date($this->feed->last_retrieved, $tz) ?> |
= $this->num_subscribers ?> active subscribers | |
= $subscriber->callback_url ?> |
|
Date Subscribed | = format_date($subscriber->date_created, $tz) ?> |
Last Confirmed | = format_date($subscriber->date_confirmed, $tz) ?> |
Date Expires | = format_date($subscriber->date_expires, $tz) ?> |
Last Ping Sent | = format_date($subscriber->date_last_ping_sent, $tz) ?> |
Last Response (from subscriber) |
= htmlspecialchars($subscriber->last_ping_headers."\n\n".$subscriber->last_ping_body) ?> |
Last ping was successful? | = $subscriber->last_ping_success ? 'Yes' : 'No' ?> (Subscriber must return 2xx on success) |
Retrying ping in |
= $subscriber->last_ping_error_delay/2 ?> seconds (Will be de-activated after 1 hour from first failed ping) |