X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2FRouting.class.php;h=0d33cdc3e3526ead0b8090305bcf6d9d4c956bce;hb=056a3c6cdcbad0d0872f9fcee7ca949f089979c8;hp=177b74d551ddeae17353fc9d21044a30718f4485;hpb=aa245deedc74cf46e993c028635b278e2ca6e071;p=github%2Fwallabag%2Fwallabag.git 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)