hta menu
This commit is contained in:
parent
aa9a497002
commit
3d1dc51b79
|
@ -45,7 +45,7 @@ getFields($fields);
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<form method="post" action="hta_doedituser.php">
|
<form method="post" action="hta_doedituser.php" name="main" id="main">
|
||||||
<table border="1" cellspacing="0" cellpadding="4">
|
<table border="1" cellspacing="0" cellpadding="4">
|
||||||
<tr><td><input type="hidden" name="dir" value="<?php echo $dir ?>">
|
<tr><td><input type="hidden" name="dir" value="<?php echo $dir ?>">
|
||||||
<input type="hidden" name="user" value="<?php echo $user ?>">
|
<input type="hidden" name="user" value="<?php echo $user ?>">
|
||||||
|
|
Loading…
Reference in New Issue