summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2019-01-31 18:01:17 +0100
committerUrban Müller2019-01-31 18:01:17 +0100
commitd57c745d402e182c08007f61967a0731c7f9c46f (patch)
treeb7c7894f457a21438fcb6ba5dbd908f014e723f2
parent9d2855caff4ccad0e6370bb1bf2770f185238b60 (diff)
downloaditools-d57c745d402e182c08007f61967a0731c7f9c46f.tar.gz
itools-d57c745d402e182c08007f61967a0731c7f9c46f.tar.bz2
itools-d57c745d402e182c08007f61967a0731c7f9c46f.zip
hide field password2 as well
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 8209e65..947f0fe 100644
--- a/it.class
+++ b/it.class
@@ -262,7 +262,7 @@ static function error($p = array())
if ($sendmail) # we're mailing: send maximum info
{
- $p['title'] = it::replace(['alert:|server:|^: "' => "", '(pw|passw|password|secret)(=)[^&\s]*' => '$1$2*****'], it::match('[^.]*', $GLOBALS['ULTRASITE']) . ": " . $p['title']) . " (via " . getenv('HOSTNAME') . ")";
+ $p['title'] = it::replace(['alert:|server:|^: "' => "", '(pw|passw|password\d*|secret)(=)[^&\s]*' => '$1$2*****'], it::match('[^.]*', $GLOBALS['ULTRASITE']) . ": " . $p['title']) . " (via " . getenv('HOSTNAME') . ")";
if (!$p['omitdebuginfo'])
{