summaryrefslogtreecommitdiffstats
path: root/templates/populateroot.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/populateroot.php')
-rw-r--r--templates/populateroot.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/populateroot.php b/templates/populateroot.php
deleted file mode 100644
index a408c25ec..000000000
--- a/templates/populateroot.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-OCP\JSON::checkLoggedIn();
-OCP\JSON::checkAppEnabled('news');
-
-$foldermapper = new OC_News_FolderMapper(OCP\USER::getUser());
-
-$allfeeds = $foldermapper->populate('Everything', 0);
-
-if ($allfeeds) {
- $feedid = isset( $_GET['feedid'] ) ? $_GET['feedid'] : null;
- if ($feedid == null) {
-
- }
-}
-else {
- $feedid = 0;
-}