summaryrefslogtreecommitdiffstats
path: root/inc/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-07-08 20:31:02 +0200
committerRobin Appelman <icewind1991@gmail.com>2010-07-08 20:31:02 +0200
commit32e58512552166e14a94c6ff690f0037c12b92ec (patch)
treec37b44fc3cc0e7cb9539f68428836a0d32422f36 /inc/templates
parenta857c7a04c21b1be21fd4665d954bb5c4998f916 (diff)
parent8ede7d075e25907ba75382e7eb35cad6cf06e9bd (diff)
downloadnextcloud-server-32e58512552166e14a94c6ff690f0037c12b92ec.tar.gz
nextcloud-server-32e58512552166e14a94c6ff690f0037c12b92ec.zip
Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/owncloud into merge
Diffstat (limited to 'inc/templates')
-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 81b02ac45fc..9846cfee6d3 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" action="#">
<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 64499b9ed95..63e0e0a7d17 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>