diff options
-rw-r--r-- | packages/spamd_db_ext.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/spamd_db_ext.php b/packages/spamd_db_ext.php index 12bb17ea..e029f676 100644 --- a/packages/spamd_db_ext.php +++ b/packages/spamd_db_ext.php @@ -29,6 +29,9 @@ require("guiconfig.inc"); +/* this script is no longer supported */ +exit; + if($_GET['loginname']) $loginname = " Username: " . $_GET['loginname']; if($_GET['username']) |