summaryrefslogtreecommitdiff
path: root/www-ssl/inc/error_handler.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-29 13:46:38 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-29 13:46:38 +0000
commit4892750720e136074598c609985c590577f24480 (patch)
tree3c19c15f733ab7ff03a033797bf416984ebfc84b /www-ssl/inc/error_handler.php
parente7c842098d951ee5d43fdfac994d28ca350b1609 (diff)
passworter werden nicht ausgewertet
bugfix: sesion wird nur gestartet wenn noetig git-svn-id: svn://svn.cccv.de/engel-system@146 29ba0400-6e00-0410-a75a-ca02368028f8
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";