Fix another missed variable, 'create' to 'sCreate' to allow new users to be created
This commit is contained in:
@@ -43,7 +43,7 @@ echo html_frame_start("Create New Application DB Account","400","",0)
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=2 align=center class=color3>
|
<td colspan=2 align=center class=color3>
|
||||||
<input type="submit" name="create" value=" Create Account " class=button>
|
<input type="submit" name="sCreate" value=" Create Account " class=button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user