aboutsummaryrefslogtreecommitdiffstats
path: root/inc/templates/header.php
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 /inc/templates/header.php
parente86d03f02cddcbf59ef54aa0a33bea2a85cb7994 (diff)
downloadnextcloud-server-bcd2b6f5f166923a7fd9a11d1d60d1e8d08e6632.tar.gz
nextcloud-server-bcd2b6f5f166923a7fd9a11d1d60d1e8d08e6632.zip
ask for current password when editing the settings
Diffstat (limited to 'inc/templates/header.php')
-rwxr-xr-xinc/templates/header.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/templates/header.php b/inc/templates/header.php
index b5b7538f8af..57e45e708a9 100755
--- a/inc/templates/header.php
+++ b/inc/templates/header.php
@@ -12,7 +12,9 @@ echo('<h1><a id="owncloud-logo" href="'.$WEBROOT.'/"><span>ownCloud</span></a></
// check if already configured. otherwise start configuration wizard
$error=OC_CONFIG::writeconfiglisener();
+ echo $error;
if(empty($CONFIG_ADMINLOGIN)) {
+ $FIRSTRUN=true;
echo('<div class="center">');
echo('<p class="errortext">'.$error.'</p>');
echo('<p class="highlighttext">First Run Wizard</p>');