@@ -99,7 +99,7 @@ |
||
| 99 | 99 | |
| 100 | 100 | if (!empty($this->admin_pw)) { |
| 101 | 101 | $this->write(''); |
| 102 | - $this->write('<bg=yellow;fg=black>The initial password for the "admin" user is: ' . $this->admin_pw . '</>'); |
|
| 102 | + $this->write('<bg=yellow;fg=black>The initial password for the "admin" user is: '.$this->admin_pw.'</>'); |
|
| 103 | 103 | } |
| 104 | 104 | } |
| 105 | 105 | |