summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 11dab3977..c28a5b1ef 100644
--- a/prefs.php
+++ b/prefs.php
@@ -103,6 +103,8 @@
<div id="userConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-users"
title="<?php echo __('Users') ?>"></div>
+<?php } ?>
+<?php if ($_SESSION["access_level"] >= 10 || SINGLE_USER_MODE) { ?>
<div id="instanceConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-instances"
title="<?php echo __('Linked') ?>"></div>