diff options
Diffstat (limited to 'mod/logbrowser')
| -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');  | 
