aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-10-15 23:42:58 +0000
committerRobin Appelman <icewind1991@gmail.com>2010-10-15 23:42:58 +0000
commita98dfbbf71336f4f0fbf4299c101239aaa65826b (patch)
tree230278a4053e35506018652d017f4266ca04d12f /settings
parent494d88a4353799ae2fbc2631578664715c063c7e (diff)
downloadnextcloud-server-a98dfbbf71336f4f0fbf4299c101239aaa65826b.tar.gz
nextcloud-server-a98dfbbf71336f4f0fbf4299c101239aaa65826b.zip
plugin manager and plugin installer
Diffstat (limited to 'settings')
-rw-r--r--settings/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/index.php b/settings/index.php
index 5983eebc0a7..ba11da08c0b 100644
--- a/settings/index.php
+++ b/settings/index.php
@@ -34,6 +34,7 @@ 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');
+ OC_CONFIG::addForm('Plugin Managment','/inc/templates/pluginform.php');
}
echo('<div class="center">');