summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-03-18 21:37:25 +0100
committerRobin <robin@Amaya.(none)>2010-03-18 21:37:25 +0100
commitbcd2b6f5f166923a7fd9a11d1d60d1e8d08e6632 (patch)
tree70258be504f141dfe25ba3cba1e4ab02458f6782 /settings
parente86d03f02cddcbf59ef54aa0a33bea2a85cb7994 (diff)
downloadnextcloud-server-bcd2b6f5f166923a7fd9a11d1d60d1e8d08e6632.tar.gz
nextcloud-server-bcd2b6f5f166923a7fd9a11d1d60d1e8d08e6632.zip
ask for current password when editing the settings
Diffstat (limited to 'settings')
-rwxr-xr-xsettings/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/settings/index.php b/settings/index.php
index a34a551e922..7cdb993e45e 100755
--- a/settings/index.php
+++ b/settings/index.php
@@ -24,11 +24,10 @@
require_once('../inc/lib_base.php');
+
OC_UTIL::showheader();
-//uncheck the create and fill db options on default.
-$createDB=false;
-$fillDB=false;
+$FIRSTRUN=false;
echo('<div class="center">');
OC_CONFIG::showconfigform();