forked from wallabag/wallabag
remove old code
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user