renamed "htname" to "zone"

added users to change their passwords (without admin access)
This commit is contained in:
lars 2012-09-20 01:51:08 +00:00
parent 4c7ed4b7be
commit d58d3c35ca
5 changed files with 131 additions and 25 deletions

View file

@ -10,7 +10,7 @@
<body>
<form name="show_htpasswd" action="manage" method="POST">
<label for="name">Access zone:</label>
<input type="text" size="30" name="htname" id="name" />
<input type="text" size="30" name="zone" id="name" />
<input type="submit" name="submit" value="Show" />
</form>
</body>