interface/web/sites/ftp_user_edit.php | ●●●●● patch | view | raw | blame | history |
interface/web/sites/ftp_user_edit.php
@@ -155,7 +155,7 @@ /* restrict the names */ if ($app->tform->errorMessage == '') { $this->dataRecord['username'] = $restriction . $this->dataRecord['username']; $this->dataRecord['username'] = $ftpuser_prefix . $this->dataRecord['username']; } }