fix adding user via webinterface

git-svn-id: http://www.observium.org/svn/observer/trunk@2536 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-21 13:08:51 +00:00
parent e94dd19afc
commit c1fe765a86
+1 -1
View File
@@ -42,7 +42,7 @@ else
}
}
echo("<form method='post' action='?page=adduser'> <input type='hidden' value='add' name='action'>");
echo("<form method='post' action='adduser/'> <input type='hidden' value='add' name='action'>");
echo("Username <input style='margin: 1px;' name='new_username'></input><br />");
?>
Password <input style='margin: 1px;' name='new_password' id='new_password' type=password /><br />