mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fixed validation of /settings
In 'inc/templates/configform.php' * action attribute of form specified * put the hidden input in a div for validation
This commit is contained in:
parent
96e185f150
commit
7a7b2cdd1e
@ -35,8 +35,8 @@ changepassset=function(){
|
||||
</form>
|
||||
<!--dissabled for now
|
||||
Groups:-->
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<input type='hidden' name='creategroup' value='1'>
|
||||
<form method="post" enctype="multipart/form-data" action="#">
|
||||
<div><input type='hidden' name='creategroup' value='1' /></div>
|
||||
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
|
||||
<tr><td colspan='2' class='center'>Current groups</td></tr>
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user