diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 09:14:25 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 09:14:25 +0000 |
commit | 57153e4292a1b9c2f4f840f3027d4c5c7b06b719 (patch) | |
tree | 5a34af7f5a8ae10d4c6836618aeb550f72c7732b /mod | |
parent | 1ae0ad4a3dd8ee705277476cde6d4533c6adc796 (diff) | |
download | elgg-57153e4292a1b9c2f4f840f3027d4c5c7b06b719.tar.gz elgg-57153e4292a1b9c2f4f840f3027d4c5c7b06b719.tar.bz2 |
Logbrowser using admin gatekeeper.
git-svn-id: https://code.elgg.org/elgg/trunk@1589 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/logbrowser/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/logbrowser/index.php b/mod/logbrowser/index.php index 8afecc9bd..1cb6fb848 100644 --- a/mod/logbrowser/index.php +++ b/mod/logbrowser/index.php @@ -9,7 +9,10 @@ * @link http://elgg.com/ */ + require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + admin_gatekeeper(); + $context = get_context(); set_context('search'); |