diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2020-03-06 18:33:42 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2020-03-06 18:33:42 +0100 |
| commit | 973ef8c4f8c15848dfc135e11053e5eb6f5dcdb7 (patch) | |
| tree | 5cb1ad71cfd0512522bcea2db656c6703de4092b /www/push-subscription.php | |
| parent | 54fbef1610d1c2ecb48fb149602e3b88f80747df (diff) | |
| download | phinde-973ef8c4f8c15848dfc135e11053e5eb6f5dcdb7.tar.gz phinde-973ef8c4f8c15848dfc135e11053e5eb6f5dcdb7.zip | |
Store the hub that was used for Websub subscription
Diffstat (limited to 'www/push-subscription.php')
| -rw-r--r-- | www/push-subscription.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/push-subscription.php b/www/push-subscription.php index 6fc20f6..5216e6a 100644 --- a/www/push-subscription.php +++ b/www/push-subscription.php @@ -1,7 +1,7 @@ <?php namespace phinde; /** - * Handles PuSH subscription responses + * Handles WebSub subscription responses */ header('HTTP/1.0 500 Internal Server Error'); require_once 'www-header.php'; @@ -122,4 +122,4 @@ function err($msg, $statusline) echo $msg . "\n"; exit(1); } -?>
\ No newline at end of file +?> |
