Skip to content

Commit

Permalink
Changed simplepie.inc to simplepie.class.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Jan 10, 2010
1 parent 9c8c7a4 commit 787d987
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/cli_test.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/php
<?php
include_once('../simplepie.inc');
include_once('../simplepie.class.php');

// Parse it
$feed = new SimplePie();
Expand Down
2 changes: 1 addition & 1 deletion demo/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Include SimplePie
// Located in the parent directory
include_once('../simplepie.inc');
include_once('../simplepie.class.php');
include_once('../idn/idna_convert.class.php');

// Create a new instance of the SimplePie object
Expand Down
2 changes: 1 addition & 1 deletion demo/test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
include_once('../simplepie.inc');
include_once('../simplepie.class.php');
include_once('../idn/idna_convert.class.php');

// Parse it
Expand Down
File renamed without changes.

0 comments on commit 787d987

Please sign in to comment.