mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
prefs: enable Linked tab in single user mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user