diff options
author | Michael Francis <edude03@gmail.com> | 2011-06-05 11:57:18 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-06-05 11:57:18 -0400 |
commit | a4cd3894c10332df8dd42c60c0680490d47e1e66 (patch) | |
tree | 13b8973f7a6f7e59b7f749a3068643467b5e77a9 | |
parent | 0d6457238e351707014bf5bfc0e654b0543d43f9 (diff) | |
download | otakuhub-a4cd3894c10332df8dd42c60c0680490d47e1e66.tar.xz |
Started implementing permissions
-rw-r--r-- | config/bootstrap.php | 1 |
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 |