We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5322998 commit 416070bCopy full SHA for 416070b
admin/new-user.php
@@ -9,7 +9,7 @@
9
<h2>Add new user</h2>
10
</div>
11
12
-<form action="<?php echo WEB_URL;?>/admin/?do=new-use&new=user" method="POST" class="form-horizontal">
+<form action="<?php echo WEB_URL;?>/admin/?do=new-user&new=user" method="POST" class="form-horizontal">
13
<?php if (isset($message))
14
{?>
15
<p class="alert alert-danger"><?php echo $message?></p>
@@ -51,4 +51,4 @@
51
52
53
<button type="submit" class="btn btn-primary pull-right"><?php echo _("Submit");?></button>
54
-</form>
+</form>
0 commit comments