summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-30 20:02:00 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-30 20:02:00 -0400
commitf8f6fd3d778fe95bac15e52747ff5b1f6461c136 (patch)
treea6a895d6f356641d6c5263d64cd3853ad9a0f794 /index.php
parent6f3404ee971a130b90cf1773b9e67f4feef0be74 (diff)
shows folder list
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index c8ce296cc..818426ea0 100644
--- a/index.php
+++ b/index.php
@@ -11,10 +11,6 @@
*
*/
-// this is temporary.
-//TODO: change it once the new app system is complete
-require_once('../owncloud/lib/base.php');
-
// load SimplePie library
require_once('3rdparty/SimplePie/SimplePieAutoloader.php');
@@ -29,7 +25,6 @@ OCP\Util::addStyle('news', 'news');
$foldermapper = new OC_News_FolderMapper(OCP\USER::getUser());
-//this is the root folder, which contains all sub-folders and feeds
$allfeeds = $foldermapper->root();
$tmpl = new OCP\Template( 'news', 'main', 'user' );