Fix password update form

This commit is contained in:
Joe Haig 2016-06-26 17:22:07 +01:00
parent f98af5c60b
commit 0e16207422
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function DisplayAuthConfig($username, $password){
<div class="panel-heading"><i class="fa fa-lock fa-fw"></i>Configure Auth</div>
<div class="panel-body">
<p><?php echo $status; ?></p>
<form role="form" action="/?page=admin_conf" method="POST">
<form role="form" action="/?page=auth_conf" method="POST">
<div class="row">
<div class="form-group col-md-4">
<label for="username">Username</label>