Do not reveal input length

main
Jordi Boggiano 13 years ago
parent 60fddb2c09
commit 35cca1ed7f

@ -129,11 +129,7 @@ class ConsoleIO implements IOInterface
$value = rtrim(shell_exec($command));
unlink($vbscript);
for ($i = 0; $i < strlen($value); ++$i) {
$this->write('*', false);
}
$this->write('');
$this->write('***');
return $value;
}

Loading…
Cancel
Save