1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 17:31:29 +00:00

remove _DEBUG_USER_SWITCH

This commit is contained in:
Andrew Dolgov
2010-01-13 20:08:18 +03:00
parent 1a697fa300
commit f0c33497b1
3 changed files with 0 additions and 28 deletions

View File

@@ -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 ?>