fix FTP edit link

Closes: #1162
This commit is contained in:
Antoine Beaupré 2008-10-20 17:25:16 +00:00
parent 218acd3d4a
commit d2ef8d62be
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ else {
if ($id=$ftp->is_ftp($R)) {
echo _("There is an ftp account in this folder")." <a href=\"ftp_edit?id=".urlencode($id)."\">"._("Click here to edit this ftp account.")."</a><br />";
echo _("There is an ftp account in this folder")." <a href=\"ftp_edit.php?id=".urlencode($id)."\">"._("Click here to edit this ftp account.")."</a><br />";
}
else {
echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("Click here to create an ftp account in this folder.")."</a><br />";