From 6526a83f52eac96a4c522c041ae5c0bfb24795d8 Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 24 Jan 2010 15:57:49 +0000 Subject: Removing calls to engine/start.php in action files. git-svn-id: http://code.elgg.org/elgg/trunk@3834 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/user/default_access.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actions/user/default_access.php') 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 +} -- cgit v1.2.3