diff options
author | Robin <robin@Amaya.(none)> | 2010-03-18 21:37:25 +0100 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-03-18 21:37:25 +0100 |
commit | bcd2b6f5f166923a7fd9a11d1d60d1e8d08e6632 (patch) | |
tree | 70258be504f141dfe25ba3cba1e4ab02458f6782 /inc/templates/header.php | |
parent | e86d03f02cddcbf59ef54aa0a33bea2a85cb7994 (diff) | |
download | nextcloud-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-x | inc/templates/header.php | 2 |
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>'); |