fix link to hta_edit
This commit is contained in:
parent
a2b26cb820
commit
ee02d94e79
|
@ -439,7 +439,7 @@ echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("Click here to create an
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($hta->is_protected($R)) {
|
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 {
|
else {
|
||||||
echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br />";
|
echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br />";
|
||||||
|
|
|
@ -50,7 +50,7 @@ include("head.php");
|
||||||
else {
|
else {
|
||||||
echo "<p>".sprintf(_("The password of the user %s has been successfully changed"),$user)."</p>";
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue