summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/prefs.php b/prefs.php
index 8a0b5237a..656bdaf19 100644
--- a/prefs.php
+++ b/prefs.php
@@ -149,16 +149,6 @@
<div id="dialog_overlay" style="display : none"> </div>
<div id="prefFooter">
- <?php if (defined('_DEBUG_USER_SWITCH')) { ?>
- <select id="userSwitch" onchange="userSwitch()">
- <?php
- foreach (array('admin', 'fox', 'test') as $u) {
- $op_sel = ($u == $_SESSION["name"]) ? "selected" : "";
- print "<option $op_sel>$u</option>";
- }
- ?>
- </select>
- <?php } ?>
<a href="http://tt-rss.org/">Tiny Tiny RSS</a>
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>