summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorroot <root@dev.(none)>2010-03-16 08:48:36 +0100
committerroot <root@dev.(none)>2010-03-16 08:48:36 +0100
commit6d57de7b326b09437b3c90c4dea60d596f92fdd3 (patch)
treef64aac8fdf48f28a3d33823291eb90e36ea22923 /settings
parent01b7bf3b216811719e63407dcd32b8f8acbd1f4f (diff)
downloadnextcloud-server-6d57de7b326b09437b3c90c4dea60d596f92fdd3.tar.gz
nextcloud-server-6d57de7b326b09437b3c90c4dea60d596f92fdd3.zip
cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup
Diffstat (limited to 'settings')
-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>');