summaryrefslogtreecommitdiffstats
path: root/app/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.php')
-rwxr-xr-xapp/app.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/app.php b/app/app.php
index f4af640..702c3cc 100755
--- a/app/app.php
+++ b/app/app.php
@@ -11,7 +11,6 @@ if ($debug) {
require_once __DIR__.'/../vendor/autoload.php';
include(dirname(__FILE__).'/lib/lib.opml.php');
-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');
@@ -45,5 +44,3 @@ $l10n = new Simplel10n($conf['locale']);
function _g($str, $comment='') {
return Simplel10n::getString($str);
}
-
-