Talk about WebSub
[phinde.git] / www / push-subscription.php
index 6fc20f6eb79b6a5c3d8ba5deb78c96026625bd3f..5216e6abb1d6894df068feab07b08cad959cc31f 100644 (file)
@@ -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
+?>