diff options
Diffstat (limited to 'frontends/php/include/setup.inc.php')
| -rw-r--r-- | frontends/php/include/setup.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/setup.inc.php b/frontends/php/include/setup.inc.php index efd165a7..623a137f 100644 --- a/frontends/php/include/setup.inc.php +++ b/frontends/php/include/setup.inc.php @@ -415,7 +415,7 @@ $table->AddRow(array('Database port:', $this->GetConfig('DB_PORT', '0'))); $table->AddRow(array('Database name:', $this->GetConfig('DB_DATABASE', 'unknown'))); $table->AddRow(array('Database user:', $this->GetConfig('DB_USER', 'unknown'))); - $table->AddRow(array('Database password:', $this->GetConfig('DB_PASSWORD', 'unknown'))); + $table->AddRow(array('Database password:', ereg_replace('.','*',$this->GetConfig('DB_PASSWORD', 'unknown')))); /* $table->AddRow(array('Distributed monitoring', $this->GetConfig('distributed', null) ? 'Enabled' : 'Disabled')); */ if($this->GetConfig('distributed', null)) { |
