@@ -104,6 +104,9 @@ |
||
| 104 | 104 | return $usernameDeleted; |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | + /** |
|
| 108 | + * @param string $newContent |
|
| 109 | + */ |
|
| 107 | 110 | private function replaceHtPasswdContent($newContent) { |
| 108 | 111 | $fp = fopen($this->filename, 'w'); |
| 109 | 112 | fwrite($fp, $newContent); |