aboutsummaryrefslogtreecommitdiffstats
path: root/include/user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/user.inc.php')
-rw-r--r--include/user.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/user.inc.php b/include/user.inc.php
index 9e0eab847..aefb02cd2 100644
--- a/include/user.inc.php
+++ b/include/user.inc.php
@@ -58,7 +58,6 @@ if ($conf['apache_authentication'])
if (isset($_SERVER[$server_key]))
{
$remote_user = $_SERVER[$server_key];
- echo $server_key;
break;
}
}