diff options
author | raylu <raylu@mixpanel.com> | 2011-07-02 15:19:29 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-02 15:19:29 -0700 |
commit | 4be7b4ab5564e3f7ad4e1373f21a08c4fc4b728c (patch) | |
tree | 83011bb51d70ddbbced093f5cd9933b737210e54 /config | |
parent | c5ca153ff65a1b1adbd35c5f17134dc778ebc0f4 (diff) | |
download | otakuhub-4be7b4ab5564e3f7ad4e1373f21a08c4fc4b728c.tar.xz |
For now, remove permissions.php dependency
Diffstat (limited to 'config')
-rw-r--r-- | config/bootstrap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bootstrap.php b/config/bootstrap.php index ceb2dae..2a46046 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -82,6 +82,6 @@ require __DIR__ . '/bootstrap/media.php'; */ // require __DIR__ . '/bootstrap/console.php'; -require __DIR__ . '/bootstrap/permissions.php'; +// require __DIR__ . '/bootstrap/permissions.php'; -?>
\ No newline at end of file +?> |