mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update link to rss help
This commit is contained in:
@@ -83,7 +83,7 @@ class BasePageController extends Controller
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware(['auth', 'web'])->except('api', 'rss', 'contact', 'showContactForm', 'callback', 'getNzb', 'terms', 'capabilities', 'movie', 'apiSearch', 'tv', 'details', 'failed');
|
||||
$this->middleware(['auth', 'web'])->except('api', 'contact', 'showContactForm', 'callback', 'getNzb', 'terms', 'capabilities', 'movie', 'apiSearch', 'tv', 'details', 'failed');
|
||||
// Buffer settings/DB connection.
|
||||
$this->settings = new Settings();
|
||||
$this->smarty = app('smarty.view');
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<span class="fa fa-searchengin"></span>
|
||||
<span class="menu-collapsed">Search</span>
|
||||
</a>
|
||||
<a href="{$smarty.const.WWW_TOP}/rss" class="list-group-item list-group-item-action bg-dark text-white">
|
||||
<a href="{$smarty.const.WWW_TOP}/rss/help" class="list-group-item list-group-item-action bg-dark text-white">
|
||||
<span class="fa fa-rss-square"></span>
|
||||
<span class="menu-collapsed">RSS Feeds</span>
|
||||
</a>
|
||||
|
||||
+2
-2
@@ -16,8 +16,8 @@ Route::get('myshows', 'RssController@yShowsRss');
|
||||
Route::post('myshows', 'RssController@myShowsRss');
|
||||
Route::get('full-feed', 'RssController@feedRss');
|
||||
Route::post('full-feed', 'RssController@feedRss');
|
||||
Route::get('description', 'RssController@showRssDesc');
|
||||
Route::post('description', 'RssController@showRssDesc');
|
||||
Route::get('help', 'RssController@showRssDesc');
|
||||
Route::post('help', 'RssController@showRssDesc');
|
||||
Route::get('cart', 'RssController@cartRss');
|
||||
Route::post('cart', 'RssController@cartRss');
|
||||
Route::get('category', 'RssController@categoryRss');
|
||||
|
||||
Reference in New Issue
Block a user