summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authornashe <contact@nashe.fr>2015-08-05 15:40:40 +0200
committernashe <contact@nashe.fr>2015-08-05 15:40:40 +0200
commit913bddbda06fe3efdc943e892b8c3fe343ac5311 (patch)
tree740b24c290a27758fc58a73bd6f976b0ce8eb0c7 /app
parentd477e4492370304f3db94ca6ccd831d161e16efd (diff)
downloadplanet-913bddbda06fe3efdc943e892b8c3fe343ac5311.tar
planet-913bddbda06fe3efdc943e892b8c3fe343ac5311.tar.gz
planet-913bddbda06fe3efdc943e892b8c3fe343ac5311.tar.bz2
planet-913bddbda06fe3efdc943e892b8c3fe343ac5311.tar.xz
planet-913bddbda06fe3efdc943e892b8c3fe343ac5311.zip
Initialize composer project
Diffstat (limited to 'app')
-rwxr-xr-xapp/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.php b/app/app.php
index 3a1a8a3..f4af640 100755
--- a/app/app.php
+++ b/app/app.php
@@ -8,6 +8,8 @@ if ($debug) {
error_reporting(0);
}
+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');