summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Cornutt <chris.cornutt@hp.com>2015-01-30 15:46:10 -0600
committerChris Cornutt <chris.cornutt@hp.com>2015-01-30 15:46:10 -0600
commitfc9b34d8882a77d6be2a3fcf006200c1e81cf195 (patch)
treeb4aecda6ca99b527f58c2e81a8839f37516c65ec /src
parentdd54276cf9a1c3ec1b6896da13cfa4f08c0cd4f7 (diff)
downloadgatekeeper-fc9b34d8882a77d6be2a3fcf006200c1e81cf195.zip
gatekeeper-fc9b34d8882a77d6be2a3fcf006200c1e81cf195.tar.gz
gatekeeper-fc9b34d8882a77d6be2a3fcf006200c1e81cf195.tar.bz2
removing call to loadRestrictions (oops)
Diffstat (limited to 'src')
-rw-r--r--src/Psecio/Gatekeeper/Gatekeeper.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Psecio/Gatekeeper/Gatekeeper.php b/src/Psecio/Gatekeeper/Gatekeeper.php
index 1a15edb..365da0b 100644
--- a/src/Psecio/Gatekeeper/Gatekeeper.php
+++ b/src/Psecio/Gatekeeper/Gatekeeper.php
@@ -52,8 +52,6 @@ class Gatekeeper
if (isset($config['throttle']) && $config['throttle'] === false) {
self::disableThrottle();
}
-
- self::loadRestrictions();
}
/**