diff options
Diffstat (limited to 'settings/index.php')
-rwxr-xr-x | settings/index.php | 4 |
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>'); |