summaryrefslogtreecommitdiffstats
path: root/app/app.php
diff options
context:
space:
mode:
authornashe <contact@nashe.fr>2015-08-05 15:41:11 +0200
committernashe <contact@nashe.fr>2015-08-05 15:41:11 +0200
commita0b004772f774bd048c8ef3d5d9a4c726e31ee4d (patch)
tree58390e34519443bc0c2c3d88ae9f31f0a308382e /app/app.php
parent913bddbda06fe3efdc943e892b8c3fe343ac5311 (diff)
downloadplanet-a0b004772f774bd048c8ef3d5d9a4c726e31ee4d.tar
planet-a0b004772f774bd048c8ef3d5d9a4c726e31ee4d.tar.gz
planet-a0b004772f774bd048c8ef3d5d9a4c726e31ee4d.tar.bz2
planet-a0b004772f774bd048c8ef3d5d9a4c726e31ee4d.tar.xz
planet-a0b004772f774bd048c8ef3d5d9a4c726e31ee4d.zip
Require simplepie 1.3
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);
}
-
-