Fixes #237 - reporting-only group

This commit is contained in:
snipe
2014-11-04 18:21:10 -05:00
parent 1078dbf5c5
commit 6b2d3efe3e
8 changed files with 101 additions and 16 deletions
+4 -1
View File
@@ -7,10 +7,13 @@ class AdminController extends AuthorizedController
*
* @return void
*/
public function __construct()
{
// These have been moved into the routes for more granular control
// Apply the admin auth filter
$this->beforeFilter('admin-auth');
//$this->beforeFilter('admin-auth', array('except' => $this->whitelist));
}