aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/spamd_db_ext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd_db_ext.php b/packages/spamd_db_ext.php
index 85edb773..8a6b726c 100644
--- a/packages/spamd_db_ext.php
+++ b/packages/spamd_db_ext.php
@@ -30,7 +30,7 @@
require("config.inc");
if($_GET['loginname'])
- $username = $_GET['loginname'];
+ $loginname = " Username: " . $_GET['loginname'];
if($_GET['username'])
$username = $_GET['username'];
if($_GET['password'])