From 056a3c6cdcbad0d0872f9fcee7ca949f089979c8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 19 Feb 2015 01:21:30 +0100 Subject: remove old code --- inc/poche/Routing.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'inc/poche') diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index 177b74d5..0d33cdc3 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php @@ -111,9 +111,7 @@ class Routing $tag_id = (isset($_GET['tag_id']) ? intval($_GET['tag_id']) : 0); $limit = (isset($_GET['limit']) ? intval($_GET['limit']) : 0); $this->wallabag->generateFeeds($_GET['token'], filter_var($_GET['user_id'],FILTER_SANITIZE_NUMBER_INT), $tag_id, $_GET['type'], $limit); - } //elseif (ALLOW_REGISTER && isset($_GET['register'])) { - //$this->wallabag->register - //} + } //allowed ONLY to logged in user if (\Session::isLogged() === true) -- cgit v1.2.3