aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-02-28 09:10:39 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-02-28 09:10:39 +0100
commite084a85e79af2c56f6e715fcf44a1be815ea5c45 (patch)
tree33fe9af5c7577accf722d6d8342939387cfa22ff /mod/setup.php
parentc5333b518781068d866805778e2823ef6f9d40ea (diff)
parenta1f046992dd1897366f6ce67cb5a8c0895b8bf2a (diff)
downloadvolse-hubzilla-e084a85e79af2c56f6e715fcf44a1be815ea5c45.tar.gz
volse-hubzilla-e084a85e79af2c56f6e715fcf44a1be815ea5c45.tar.bz2
volse-hubzilla-e084a85e79af2c56f6e715fcf44a1be815ea5c45.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-xmod/setup.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/setup.php b/mod/setup.php
index 6dc141702..282b9cbef 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -41,6 +41,9 @@ function setup_init(&$a) {
global $install_wizard_pass;
if (x($_POST, 'pass'))
$install_wizard_pass = intval($_POST['pass']);
+ else
+ $install_wizard_pass = 1;
+
}
/**