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']; } } @@ -180,6 +180,7 @@ $clientName = $tmp['name']; if ($clientName == "") $clientName = 'default'; $clientName = convertClientName($clientName); return $clientName; }