diff options
Diffstat (limited to 'app/app.php')
-rwxr-xr-x | app/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.php b/app/app.php index 0703ac5..3a1a8a3 100755 --- a/app/app.php +++ b/app/app.php @@ -9,7 +9,7 @@ if ($debug) { } include(dirname(__FILE__).'/lib/lib.opml.php'); -include(dirname(__FILE__).'/lib/simplepie/simplepie.inc'); +include(dirname(__FILE__).'/lib/simplepie/simplepie_1.3.compiled.php'); include(dirname(__FILE__).'/lib/spyc-0.5/spyc.php'); include_once(dirname(__FILE__).'/classes/PlanetConfig.php'); |