summaryrefslogtreecommitdiffstats
path: root/settings/index.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-09-20 18:27:43 +0000
committerRobin Appelman <icewind1991@gmail.com>2010-09-20 18:27:43 +0000
commit91acafe6984e4e8602769375dbd6cde619e551bf (patch)
tree4c6a1f985441ec680285464e47bf1d4cb63df641 /settings/index.php
parent369292d68f88c8d0a63fd384cd2269622b72b302 (diff)
downloadnextcloud-server-91acafe6984e4e8602769375dbd6cde619e551bf.tar.gz
nextcloud-server-91acafe6984e4e8602769375dbd6cde619e551bf.zip
initial version for user managment tab in the settings page
Diffstat (limited to 'settings/index.php')
-rw-r--r--settings/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/index.php b/settings/index.php
index b57e75f8d99..5983eebc0a7 100644
--- a/settings/index.php
+++ b/settings/index.php
@@ -33,6 +33,7 @@ $FIRSTRUN=false;
OC_CONFIG::addForm('User Settings','/inc/templates/configform.php');
if(OC_USER::ingroup($_SESSION['username'],'admin')){
OC_CONFIG::addForm('System Settings','/inc/templates/adminform.php');
+ OC_CONFIG::addForm('User Managment','/inc/templates/userform.php');
}
echo('<div class="center">');