From 5ba487d74ec0976fb7a2f6fe9a1744d6ba83f2e5 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 13 Dec 2013 14:33:42 -0500 Subject: [PATCH] Removed CSRF filters - they already run elsewhere --- app/routes.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/routes.php b/app/routes.php index 4a343ed9f4..01cb200a01 100755 --- a/app/routes.php +++ b/app/routes.php @@ -9,11 +9,6 @@ | */ - - -Route::when('admin/*', 'crsf', array('post')); -Route::when('hardware/*', 'crsf', array('post')); - Route::group(array('prefix' => 'hardware'), function() {