From a4cd3894c10332df8dd42c60c0680490d47e1e66 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 5 Jun 2011 11:57:18 -0400 Subject: Started implementing permissions --- config/bootstrap.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config/bootstrap.php') diff --git a/config/bootstrap.php b/config/bootstrap.php index ceadfaf..ceb2dae 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -82,5 +82,6 @@ require __DIR__ . '/bootstrap/media.php'; */ // require __DIR__ . '/bootstrap/console.php'; +require __DIR__ . '/bootstrap/permissions.php'; ?> \ No newline at end of file -- cgit v1.2.3