diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/plugins.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/plugins.php b/settings/plugins.php index 970dbf120..6969c777f 100644 --- a/settings/plugins.php +++ b/settings/plugins.php @@ -13,7 +13,7 @@ // Get the Elgg framework require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); - // Make sure only valid admin users can see this + // Make sure only valid users can see this gatekeeper(); // Make sure we don't open a security hole ... |