fixing the ftp folders listing presentation

This commit is contained in:
Steven Mondji-Lerider 2012-09-07 09:01:14 +00:00
parent 367895b8da
commit b9fc8f989d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ while (list($key,$val)=each($r))
<td><label for="del_<?php echo $val["id"]; ?>"><?php echo $val["login"] ?></label>
<input type='hidden' name='names[<?php echo $val['id'];?>]' value='<?php echo $val["login"] ?>' >
</td>
<td><code><?php echo str_replace(ALTERNC_HTML,'',$val["dir"]) ?></code></td>
<td><code><?php echo substr(str_replace(ALTERNC_HTML,'',$val["dir"]),strlen($mem->user['login'])+3) ?></code></td>
</tr>
<?php
}