Update search

This commit is contained in:
DariusIII
2018-04-12 14:04:16 +02:00
parent f149508691
commit 3e3d8052a5
48 changed files with 191 additions and 427 deletions
+1 -1
View File
@@ -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();