summaryrefslogtreecommitdiffstats
path: root/settings/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/index.php')
-rwxr-xr-xsettings/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/index.php b/settings/index.php
index 467e0ad9632..21b57216f2b 100755
--- a/settings/index.php
+++ b/settings/index.php
@@ -22,12 +22,12 @@
*/
-require_once('../config/config.php');
+require_once('../inc/lib_base.php');
OC_UTIL::showheader();
echo('<div class="center">');
-echo('nothing here yet :-)');
+OC_UTIL::showconfigform();
echo('</div>');