summaryrefslogtreecommitdiff
path: root/www-ssl/inc/error_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/inc/error_handler.php')
-rwxr-xr-xwww-ssl/inc/error_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/error_handler.php b/www-ssl/inc/error_handler.php
index ac90d1e7..8c152ba8 100755
--- a/www-ssl/inc/error_handler.php
+++ b/www-ssl/inc/error_handler.php
@@ -42,7 +42,7 @@
$message .= "_SERVER: $k = $v\n";
if( isset( $_POST))
foreach ($_POST as $k => $v )
- $message .= "_POST: $k = $v\n";
+ $message .= "_POST: $k = ". ( $k!="password"? $v : "???..."). "\n";
if( isset( $_GET))
foreach ($_GET as $k => $v )
$message .= "_GET: $k = $v\n";