mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Update search
This commit is contained in:
@@ -94,7 +94,7 @@ class BasePageController extends Controller
|
||||
*/
|
||||
public function __construct(Request $request)
|
||||
{
|
||||
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm', 'callback', 'search');
|
||||
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm', 'callback');
|
||||
// Buffer settings/DB connection.
|
||||
$this->settings = new Settings();
|
||||
$this->pdo = new DB();
|
||||
|
||||
Reference in New Issue
Block a user