summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-02 15:19:29 -0700
committerraylu <raylu@mixpanel.com>2011-07-02 15:19:29 -0700
commit4be7b4ab5564e3f7ad4e1373f21a08c4fc4b728c (patch)
tree83011bb51d70ddbbced093f5cd9933b737210e54
parentc5ca153ff65a1b1adbd35c5f17134dc778ebc0f4 (diff)
downloadotakuhub-4be7b4ab5564e3f7ad4e1373f21a08c4fc4b728c.tar.xz
For now, remove permissions.php dependency
-rw-r--r--config/bootstrap.php4
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
+?>