summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-06-05 11:57:18 -0400
committerMichael Francis <edude03@gmail.com>2011-06-05 11:57:18 -0400
commita4cd3894c10332df8dd42c60c0680490d47e1e66 (patch)
tree13b8973f7a6f7e59b7f749a3068643467b5e77a9
parent0d6457238e351707014bf5bfc0e654b0543d43f9 (diff)
downloadotakuhub-a4cd3894c10332df8dd42c60c0680490d47e1e66.tar.xz
Started implementing permissions
-rw-r--r--config/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
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