diff options
Diffstat (limited to 'postload.php')
-rw-r--r-- | postload.php | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/postload.php b/postload.php index de23799..281c4f7 100644 --- a/postload.php +++ b/postload.php @@ -1,9 +1,5 @@ <?php
-/**
- * Load one particular feed
- */
-error_reporting(0);
-include_once(dirname(__FILE__).'/app/classes/Planet.class.php');
+include_once(dirname(__FILE__).'/app/app.php'); function unhtmlspecialchars( $string ) { $string = str_replace ( '&', '&', $string ); @@ -15,13 +11,6 @@ function unhtmlspecialchars( $string ) { return $string; } -//Build config object
-//Use OPML title if no title defined in the config file
-$PlanetConfig = new PlanetConfig(array());
-
-//Instantiate app
-$Planet = new Planet($PlanetConfig);
-
$Planet->addPerson(
new PlanetPerson(
'',
|