Removed CSRF filters - they already run elsewhere

This commit is contained in:
snipe
2013-12-13 14:33:42 -05:00
parent f6717d9f49
commit 5ba487d74e
-5
View File
@@ -9,11 +9,6 @@
|
*/
Route::when('admin/*', 'crsf', array('post'));
Route::when('hardware/*', 'crsf', array('post'));
Route::group(array('prefix' => 'hardware'), function()
{