Skip to content

Commit

Permalink
Update publisher_example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
texdc committed Oct 19, 2015
1 parent b5c24b7 commit a669031
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/publisher_example.php
@@ -1,11 +1,13 @@
<?php
/**
* example usage for the PHP client library for pubsubhubbub
*
* @link http://code.google.com/p/pubsubhubbub/
* @author Josh Fraser | joshfraser.com | josh@eventvue.com
* @license Apache License 2.0
*/

// example usage for the PHP client library for pubsubhubbub
// as defined at http://code.google.com/p/pubsubhubbub/
// written by Josh Fraser | joshfraser.com | josh@eventvue.com
// Released under Apache License 2.0

include("../library/publisher.php");
use pubsubhubbub\publisher\Publisher;

echo "<center>";

Expand Down Expand Up @@ -47,5 +49,3 @@
}

echo "</center>";

?>

0 comments on commit a669031

Please sign in to comment.