We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65f934 commit df22a81Copy full SHA for df22a81
interface/web/sites/ftp_user_edit.php
@@ -180,6 +180,7 @@ function getClientName() {
180
$clientName = $tmp['name'];
181
if ($clientName == "") $clientName = 'default';
182
$clientName = convertClientName($clientName);
183
+ return $clientName;
184
185
}
186
interface/web/sites/shell_user_edit.php
@@ -202,6 +202,8 @@ function getClientName() {
202
203
204
205
+
206
207
208
209
0 commit comments