diff options
Diffstat (limited to 'actions/user/default_access.php')
-rw-r--r-- | actions/user/default_access.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/user/default_access.php b/actions/user/default_access.php index 2e08631a1..ee8fb9efa 100644 --- a/actions/user/default_access.php +++ b/actions/user/default_access.php @@ -8,7 +8,6 @@ * @link http://elgg.org/ */ -require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); global $CONFIG; if ($CONFIG->allow_user_default_access) { @@ -36,4 +35,4 @@ if ($CONFIG->allow_user_default_access) { } else { register_error(elgg_echo('user:default_access:fail')); } -}
\ No newline at end of file +} |