summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorSandro <hefee@taurin.(none)>2010-06-28 18:39:03 +0200
committerSandro <hefee@taurin.(none)>2010-06-28 18:39:03 +0200
commit6c400ce8c6d5f19410485960d78cf72dcb9e7f23 (patch)
tree2c4a63cf2a54df1b2604cd5521cca9e6c4b66dcc /inc
parent4f5e24a3272c8f9f248f2bca63336e55645f2d22 (diff)
downloadnextcloud-server-6c400ce8c6d5f19410485960d78cf72dcb9e7f23.tar.gz
nextcloud-server-6c400ce8c6d5f19410485960d78cf72dcb9e7f23.zip
show users/group config
Diffstat (limited to 'inc')
-rwxr-xr-xinc/templates/adminform.php4
-rwxr-xr-xinc/templates/configform.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php
index c22c78768b0..064201e5c81 100755
--- a/inc/templates/adminform.php
+++ b/inc/templates/adminform.php
@@ -115,7 +115,7 @@ foreach($dbtypes as $dbtype){
<tr><td></td><td><input type="submit" name="set_config" alt="save" value="save" class="formstyle" /></td></tr>
</table></form><br/>
<?php
-if(!$FIRSTRUN and false){//disabled for now?>
+if(!$FIRSTRUN ){//disabled for now?>
<br/>
<form method="post" enctype="multipart/form-data">
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
@@ -131,4 +131,4 @@ if(!$FIRSTRUN and false){//disabled for now?>
<script type="text/javascript">
dbtypechange()
showBackupPath()
-</script> \ No newline at end of file
+</script>
diff --git a/inc/templates/configform.php b/inc/templates/configform.php
index 709e8f14296..ce6fe474338 100755
--- a/inc/templates/configform.php
+++ b/inc/templates/configform.php
@@ -34,7 +34,7 @@ changepassset=function(){
</table>
</form>
<!--dissabled for now
-Groups:
+Groups:-->
<form method="post" enctype="multipart/form-data">
<input type='hidden' name='creategroup' value='1'>
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
@@ -50,4 +50,4 @@ foreach($groups as $group){
<tr><td colspan='2' class='center'>Create new group</td></tr>
<tr><td><input type='text' name='groupname' class="formstyle"></input></td><td><input type='submit' value='create' class="formstyle"></input></td></tr>
</table>
-</form>-->
+</form>