fix link to hta_edit

This commit is contained in:
Antoine Beaupré 2007-10-18 22:52:15 +00:00
parent a2b26cb820
commit ee02d94e79
2 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@ echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("Click here to create an
}
if ($hta->is_protected($R)) {
echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br />";
echo "<a href=\"hta_edit.php?dir=$R\">"._("This folder has restricted access")."</a><br />";
}
else {
echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br />";

View File

@ -50,7 +50,7 @@ include("head.php");
else {
echo "<p>".sprintf(_("The password of the user %s has been successfully changed"),$user)."</p>";
}
echo "<p><a href=\"hta_edit?dir=$dir\">"._("Click here to continue")."</a></p>";
echo "<p><a href=\"hta_edit.php?dir=$dir\">"._("Click here to continue")."</a></p>";
?>
</body>
</html>